Hi epanda!

On Mi, 03 Feb 2010, epanda wrote:

> I would like to see the output message of a binary into the messages
> list of Vim.
> 
> Messages are output from myBinary along the time.
> 
> 
> redir @a
> exec 'myBinary'
> redir END
> 
> How can  i do?

let @a=system(myBinary)

regards,
Christian
-- 
hundred-and-one symptoms of being an internet addict:
88. Every single time you press the 'Get mail' button...it does get new mail.

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

Reply via email to