On Mar 16, 9:47 pm, sinbad <[email protected]> wrote:
> how to capture vim command output into a register or into a new
> window...

See help :redir.  For example,
:redir > set.txt
:set all
:redir END
:e set.txt

HTH, John

-- 
You received this message from the "vim_use" 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

Reply via email to