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

Fix --remote-wait-silent

References #36.
This commit is contained in:
Marco Hinz 2017-03-19 16:48:00 +01:00
parent 6418fe24f6
commit 020bb0ca34
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F
2 changed files with 3 additions and 2 deletions

View File

@ -207,7 +207,8 @@ def parse_args():
metavar = '<file>',
help = "Same as --remote, but don't throw an error if no server is found.")
parser.add_argument('--remote-wait-silent',
action = 'store_true',
nargs = '+',
metavar = '<file>',
help = "Same as --remote-silent, but block until remote instance exits.")
parser.add_argument('--remote-tab', '-p',

View File

@ -16,7 +16,7 @@ setup(
install_requires = ['neovim'],
scripts = ['bin/nvr'],
packages = [],
version = '1.5.0',
version = '1.5.1',
license = 'MIT',
keywords = 'neovim nvim nvr remote helper',
classifiers = [