Christian Brabandt wrote:
> > > On Do, 07 Jul 2016, Bram Moolenaar wrote:
> > >
> > > >
> > > > Patch 7.4.1996
> > > > Problem: Capturing the output of a command takes a few commands.
> > > > Solution: Add evalcmd().
> > > > Files: src/eval.c, runtime/doc/eval.txt, src/testdir/test_alot.vim,
> > > > src/Makefile, src/testdir/test_evalcmd.vim
> > >
> > > Does that work recursively? e.g. what happens, if you do
> > > :echo evalcmd(':redir =>a|syn|redir end')
> >
> > Nope. The help for :redir says:
> >
> > Only one ":redir" can be active at a time.
>
> Sorry, but in that case, I don't see how the evalcmd() is helping much.
> I would have rather seen a fixed :redir command. Perhaps make use of
> Neovims capture() function?
> https://github.com/neovim/neovim/pull/4697
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.
The neovim implementation is similar, but not better.
It skips adding spaces where needed.
--
hundred-and-one symptoms of being an internet addict:
223. You set up a web-cam as your home's security system.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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.