Hi Bram! On Do, 07 Jul 2016, Bram Moolenaar wrote:
> Hmm, wasn't aware that people wanted nested redirection. > It's not so difficult to make that work, use another redir flag instead > of reusing redir_vname. It's not necessarily needed. The problem is, since some functionality is Vim can only be done when parsing the output of some commands, people use :redir for plugins. And when then some user wants to capture the output of such an command it blows up. That's what happened for my unicode plugin, when people tried catching the output of the Digraphs command, since that internally uses redir to parse the :digraph command. > It skips adding spaces where needed. I don't understand that. Best, Christian -- Aus Murphy's Gesetze: Alles was man ändern kann, wird so lange verändert, bis es zu spät ist um noch etwas ändern zu können. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
