From 52f3ad7c75273af3b32d1085a248d14ccc1886df Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 21 Nov 2017 23:51:18 +0000 Subject: Escape the pyls executable in the command, and support running virtualenv pyls executables --- test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls | 0 test/command_callback/python_paths/with_virtualenv/env/bin/pyls | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls create mode 100755 test/command_callback/python_paths/with_virtualenv/env/bin/pyls (limited to 'test/command_callback/python_paths') diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls new file mode 100755 index 00000000..e69de29b diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/pyls b/test/command_callback/python_paths/with_virtualenv/env/bin/pyls new file mode 100755 index 00000000..e69de29b -- cgit v1.2.3