Gary Johnson <[email protected]> [09-10-02 05:32]:
> You can't redirect the output of a message into a buffer, but you
> can redirect it into a register, then paste that register into a
> buffer.
> 
>     :set nomore
>     :redir @a
>     :verbose map
>     :redir END
>     :set more
>     :new
>     :put a
> 
> See
> 
>     :help redir
> 
> Regards,
> Gary

Hi Gary,

thanks a lot ! 

Have a nice weekend!
mcc

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.


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

Reply via email to