I've compiled Vim with Homebrew (OS X) like that:
brew install vim --with-client-server
And the --version
request indeed confirms it:
a @ ~> /usr/local/bin/vim --version | grep serv
+clientserver -hangul_input +netbeans_intg +title
Besides, just in case, it has X11 support, too:
a @ ~> /usr/local/bin/vim --version | grep X11
+digraphs +mksession +scrollbind +X11
However, if I start Vim with the servername option like this: /usr/local/bin/vim --servername foo
, asking then vim in another shell to enlist active servers returns just nothing:
a @ ~> /usr/local/bin/vim --serverlist
a @ ~>
Thus, I wonder, is it possible at all to use the client-server feature in the console mode, without GUI? Any positive feedback available?
The help tells:
The communication between client and server goes through the X server.
(found with help client-server
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With