2
0
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:
Marco Hinz 2017-11-14 16:49:03 +01:00
parent 40f5705eef
commit a10e931247
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -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.