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

20 Commits

Author SHA1 Message Date
Marco Hinz
d56e137bc7 Simplify TCP/Unix socket distinction 2016-01-28 11:54:50 +01:00
Marco Hinz
994229d97c Make license future-proof 2016-01-28 11:43:06 +01:00
Anmol Sethi
abbead4ba1 Support both Unix domain and TCP sockets 2016-01-28 11:41:27 +01:00
Marco Hinz
00252f6195 Implement -c 2016-01-10 03:27:27 +01:00
Marco Hinz
a863309db1 Print usage when no arguments are given 2016-01-08 21:54:07 +01:00
ohle
a308d2d0c0 Use absolute file paths for opening files
Otherwise, filenames are interpreted as relative to neovim's cwd, which is not
necessarily that of the shell executing nvr.
2016-01-08 15:42:13 +01:00
Marco Hinz
87024b711f Remove obsolete run_nvim() 2015-12-18 12:23:41 +01:00
Marco Hinz
3871822bbb Process unused arguments first 2015-12-17 00:34:15 +01:00
Marco Hinz
8e7d5ff995 Catch --remote-expr failures 2015-12-16 23:25:20 +01:00
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