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

Make --serverlist work again

Refactoring gone wrong. *cough*

Closes #7.
This commit is contained in:
Marco Hinz 2016-02-12 03:45:37 +01:00
parent 06d9297d3e
commit f12722e8b3

2
nvr
View File

@ -188,7 +188,7 @@ def main():
addr = '/tmp/nvimsocket'
if args.serverlist:
if not addr:
if addr:
print(addr)
n = Neovim(addr)