From 473b0a13c43a24d71f0692d04285f735998921fd Mon Sep 17 00:00:00 2001 From: Subhaditya Nath Date: Wed, 2 Dec 2020 16:21:16 +0530 Subject: [PATCH] v0.0.8a --- .binary_version | 2 +- binary.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.binary_version b/.binary_version index 3ce186f..c826b74 100644 --- a/.binary_version +++ b/.binary_version @@ -1 +1 @@ -v0.0.8 +v0.0.8a diff --git a/binary.py b/binary.py index 8756e01..bd5f36d 100644 --- a/binary.py +++ b/binary.py @@ -16,7 +16,7 @@ from simple_websocket_server import WebSocket from simple_websocket_server import WebSocketServer -BUILD_VERSION = "v0.0.8" +BUILD_VERSION = "v0.0.8a" TEMP_FILEPATH = os.path.join(tempfile.gettempdir(), "nvim-ghost.nvim.port") WINDOWS = os.name == "nt" LOCALHOST = "127.0.0.1" if WINDOWS else "localhost" @@ -409,7 +409,7 @@ def get_handle(self): argparser = ArgParser() argparser.parse_args() -if START_SERVER and neovim_focused_address is None: +if START_SERVER and not PERSIST and neovim_focused_address is None: sys.exit("NVIM_LISTEN_ADDRESS environment variable not set.") if START_SERVER: