summaryrefslogtreecommitdiff
path: root/src/testdir/test_channel.py
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-03 20:13:24 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-03 20:13:24 +0100
commita0f9cd148eaab23b2037d2f543f3b8f5a3a7ad3c (patch)
treeaa37caa09db632881e111994979b251f4c254606 /src/testdir/test_channel.py
parent7c764f7bbf71a7a49baae07641efd2ead69e4d08 (diff)
downloadvim-git-a0f9cd148eaab23b2037d2f543f3b8f5a3a7ad3c.tar.gz
patch 7.4.1247v7.4.1247
Problem: The channel test doesn't run on MS-Windows. Solution: Make it work on the MS-Windows console. (Ken Takata)
Diffstat (limited to 'src/testdir/test_channel.py')
-rwxr-xr-xsrc/testdir/test_channel.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/testdir/test_channel.py b/src/testdir/test_channel.py
index a706243e4..236449483 100755
--- a/src/testdir/test_channel.py
+++ b/src/testdir/test_channel.py
@@ -7,12 +7,6 @@
# Then Vim can send requests to the server:
# :let response = ch_sendexpr(handle, 'hello!')
#
-# And you can control Vim by typing a JSON message here, e.g.:
-# ["ex","echo 'hi there'"]
-#
-# There is no prompt, just type a line and press Enter.
-# To exit cleanly type "quit<Enter>".
-#
# See ":help channel-demo" in Vim.
#
# This requires Python 2.6 or later.