mirror of
https://github.com/mhinz/neovim-remote
synced 2024-11-11 13:10:34 +00:00
parent
f47fc111c4
commit
5e9c176a14
3
bin/nvr
3
bin/nvr
@ -229,7 +229,8 @@ def parse_args():
|
|||||||
help = 'Set the address to be used (overrides $NVIM_LISTEN_ADDRESS).')
|
help = 'Set the address to be used (overrides $NVIM_LISTEN_ADDRESS).')
|
||||||
parser.add_argument('--serverlist',
|
parser.add_argument('--serverlist',
|
||||||
action = 'store_true',
|
action = 'store_true',
|
||||||
help = 'Print the used address (TCP or Unix domain socket).')
|
help = '''Print the address to be used (TCP or Unix domain socket). Opposed to Vim there is no central
|
||||||
|
instance that knows about all running servers.''')
|
||||||
|
|
||||||
parser.add_argument('-l',
|
parser.add_argument('-l',
|
||||||
action = 'store_true',
|
action = 'store_true',
|
||||||
|
Loading…
Reference in New Issue
Block a user