2
0
mirror of https://github.com/mhinz/neovim-remote synced 2024-11-11 13:10:34 +00:00
Commit Graph

61 Commits

Author SHA1 Message Date
Marco Hinz
d69792bcc6 Implement -l 2015-12-16 22:03:40 +01:00
Marco Hinz
f6395b720b Implement --serverlist.. again 2015-12-16 19:47:37 +01:00
Marco Hinz
dc41ddec88 Clean up --help 2015-12-16 19:32:36 +01:00
Marco Hinz
8e649507b3 Implement -O and -p 2015-12-16 18:25:58 +01:00
Marco Hinz
2f35681794 Code style: some align and spacing changes 2015-12-16 18:19:31 +01:00
Marco Hinz
7abbe9618e Implement -o 2015-12-16 18:16:02 +01:00
Marco Hinz
29c0f06f68 Add default clause for --remote-expr 2015-12-16 18:07:24 +01:00
Marco Hinz
931f6bf55f Feed unused arguments to --remote-silent 2015-12-16 18:00:07 +01:00
Marco Hinz
5b1cd8ee03 Ignore unknown arguments
nvr is not a real wrapper anymore, for simplicty reasons and because most
people probably didn't alias nvr to nvim anway. If that were the case, you'd
always load the python provider first, even if you not end up using it, which
leads to a certain delay.

nvim startup time is crucial.
2015-12-16 16:09:46 +01:00
Marco Hinz
318f33abd8 README: adapt to name changes 2015-12-16 15:43:05 +01:00
Marco Hinz
2d47f69aba neovim-remote.py -> nvr 2015-12-16 14:20:01 +01:00