mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Workaround fix for test_channel
This commit is contained in:
@@ -65,6 +65,7 @@ class ThreadedTCPRequestHandler(socketserver.BaseRequestHandler):
|
||||
elif decoded[1].startswith("echo "):
|
||||
# send back the argument
|
||||
response = decoded[1][5:]
|
||||
time.sleep(0.01)
|
||||
elif decoded[1] == 'make change':
|
||||
# Send two ex commands at the same time, before
|
||||
# replying to the request.
|
||||
|
||||
Reference in New Issue
Block a user