On 03/12/08 16:09, Marc Weber wrote:
> Some time ago I've already written foreign process support (kind of)
> finally telling vim "finished" by sending a client server command.
> However this is not availible in console, is it?
[...]
It is not so much "not available in console", it's more that console
versions of Vim don't always include the +clientserver feature, or that
it is sometimes present but not enabled at run-time.
For Unix, this is from ":help x11-clientserver":
> A non GUI Vim with access to the X11 display (|xterm-clipboard| enabled), can
> also act as a command server if a server name is explicitly given with the
> --servername argument.
For Windows, from ":help w32-clientserver":
> Every Win32 Vim can work as a server, also in the console. You do not need a
> version compiled with OLE. Windows messages are used, this works on any
> version of MS-Windows. But only communication within one system is possible.
Also, regardless of console or GUI, the following must be taken into
account:
> Patch 7.0.052
> Problem: The user may not be aware that the Vim server allows others more
> functionality than desired.
> Solution: When running Vim as root don't become a Vim server without an
> explicit --servername argument.
> Files: src/main.c
Best regards,
Tony.
--
Any sufficiently advanced technology is indistinguishable from magic.
-- Arthur C. Clarke
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---