Wednesday, February 3, 2010

Re: Vim script support of socket access or IPC (inter-process communication) ?

> Vim already includes (if compiled with the proper features) two
> mechanisms for inter-process communication:
>
> - client-server operation (on both X11 and Windows)
> :help remote.txt

This is only available for

X11 gui
console vim with X11 support
Windows gui

This does not work for:

console vim without X11 support (the most wide-spread version)
win32 console version of vim


> - OLE (Windows only)
> :help if_ole.txt


It helps when it is more cross-platform.

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

No comments:

Post a Comment