-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use vim-cmdsrv-nox #367
Comments
Hi, vim-cmdsrv-nox is unofficial patch that @ynkdir wrote. https://code.google.com/r/yukihironakadaira-vim-cmdsrv-nox/ And it is suggested to vim-dev to merge as official. https://groups.google.com/forum/#!msg/vim_dev/dm8nvb5b3do/-SzW7dq4EBIJ As you know,
vim-cmdsrv-nox doesn't provide new option or commands. it just replace protocol of that. Thank you for your interesting. |
#125 will be discussing "How to strongly push vim-cmdsrv-nox patch to vim-dev". |
Thank you for your responses. So I cannot use |
Original version of clientserver feature depend on X. But this feature is also useful for other environment. This patch enable clientserver feature without X. Apply patch of: https://gist.github.com/ynkdir/996d53a402f533fed518 See disucussion: vim-jp/issues#367 vim-jp/issues#125
Hi, sorry for jumping into Japanese Vim page with English, but the I think this community is most familiar with
vim-cmdsrv-nox
(VCN) If you point me to right direction, I can post on other places. I know VCN is in developmental phase and it has not been reviewed to be a part of vim package, but I could not find the documentation on how to use it. I am just trying to mimic--remote-tab
flag for vim with+clientserver
enabled. I tried compiling with the following options:./configure --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-cscope --enable-multibyte --with-features=huge --enable-gui --prefix=/usr
But it is does not have
+clientserver
enabled. Am I suppose to use different keywords other than--remote
?The text was updated successfully, but these errors were encountered: