mirror of
https://github.com/mhinz/neovim-remote
synced 2024-11-11 13:10:34 +00:00
Correct -h output
This commit is contained in:
parent
40f5705eef
commit
a10e931247
@ -184,9 +184,9 @@ def parse_args(argv):
|
|||||||
$ nvr --remote-send 'iabc<cr><esc>'
|
$ nvr --remote-send 'iabc<cr><esc>'
|
||||||
$ nvr --remote-expr 'map([1,2,3], \"v:val + 1\")'
|
$ nvr --remote-expr 'map([1,2,3], \"v:val + 1\")'
|
||||||
|
|
||||||
Any arguments not consumed by options will be fed to --remote:
|
Any arguments not consumed by options will be fed to --remote-silent:
|
||||||
|
|
||||||
$ nvr --remote file1 file2
|
$ nvr --remote-silent file1 file2
|
||||||
$ nvr file1 file2
|
$ nvr file1 file2
|
||||||
|
|
||||||
All --remote options take optional commands.
|
All --remote options take optional commands.
|
||||||
|
Loading…
Reference in New Issue
Block a user