Hi Anna,
* anna ([email protected]) wrote:
> I am sending a command from other process through OLE. The command is
> shown at the very bottom line of vim window. For example, the process
> send command ":call foo()". Then ":call foo()" is shown at the very
> bottom line of vim window. One alternative to remove it, I could use
> <C-L>. However, it is quite costly. I simply want the command not
> shown. Is there a way to set it hidden or not shown?
I have never used OLE, but you can try to use 'silent' in front of the
command:
:silent call foo()
Cheers,
Jan
--
OpenPGP Key-ID: 00A0FD5F
Death is Nature's way of recycling human beings.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---