Fix --remote-wait-silent

References #36.
pull/21/merge v1.5.1
Marco Hinz 7 years ago
parent 6418fe24f6
commit 020bb0ca34
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

@ -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',

@ -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 = [

Loading…
Cancel
Save