diff --git a/test.py b/test.py index 94dad25..1fbbc92 100755 --- a/test.py +++ b/test.py @@ -102,7 +102,6 @@ class VimInterfaceScreen(VimInterface): repl = lambda m: '\\' + m.group(0) s = re.sub( r"[$^#\\']", repl, s ) - # Escape single quotes in command to protect from shell if sys.version_info >= (3,0): s = s.encode("utf-8")