Sunday, May 23, 2010

Re: Client/Server features

On 17/03/10 21:03, epanda wrote:
> the exact command which cause E247 is this one :
>
> !start cmd /c cppCheck c:/temp/sources -a --enable=all --template gcc
> 1> infos.txt 2> cppcheck.out& vim --servername "FOOBAR" --remote-expr
> "GetAsyncText('infos.txt')"& pause
>

For --remote-expr you need an already-running Vim server. The above
command would be given to the client. So you would for instance need to
have previously started

gvim.exe --servername "FOOBAR"

To see which server(s), if any, are already running, you can also use

vim --serverlist


Best regards,
Tony.
--
You have a tendency to feel you are superior to most computers.

--
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

No comments:

Post a Comment