From e0fa3742ead676a3074a10edadbc955e1a89153d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 20 Feb 2016 15:47:01 +0100 Subject: Updated runtime files. --- runtime/tools/demoserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/tools') diff --git a/runtime/tools/demoserver.py b/runtime/tools/demoserver.py index 9f22aa293..c701434b2 100644 --- a/runtime/tools/demoserver.py +++ b/runtime/tools/demoserver.py @@ -2,7 +2,7 @@ # # Server that will accept connections from a Vim channel. # Run this server and then in Vim you can open the channel: -# :let handle = ch_open('localhost:8765', 'json') +# :let handle = ch_open('localhost:8765') # # Then Vim can send requests to the server: # :let response = ch_sendexpr(handle, 'hello!') -- cgit v1.2.1