JuanPablo wrote:
> how redirect output command (r!) to new buffer?

There is a :redir command for redirecting output from _Vim_ commands.

However, if you're using :r to read something, you would just create a
new buffer first:

 :new
 :r !command

John


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to