summaryrefslogtreecommitdiffstats
path: root/runtime/doc/channel.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-12 12:17:26 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-12 12:17:26 +0200
commit220adb1e9f9e0b27d28185167d2730bf2f93057d (patch)
tree81952477c4f09698a287c23d3e04c9b92f870866 /runtime/doc/channel.txt
parente1c8c7a6742be6072290f9aa54ae358060d9c42f (diff)
A few more runtime updates.
Diffstat (limited to 'runtime/doc/channel.txt')
-rw-r--r--runtime/doc/channel.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index 5a656977dc..8a477699d9 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -1,4 +1,4 @@
-*channel.txt* For Vim version 7.4. Last change: 2016 Sep 07
+*channel.txt* For Vim version 7.4. Last change: 2016 Sep 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -277,7 +277,7 @@ With a JSON channel the process can send commands to Vim that will be
handled by Vim internally, it does not require a handler for the channel.
Possible commands are: *E903* *E904* *E905*
- ["redraw" {forced}]
+ ["redraw", {forced}]
["ex", {Ex command}]
["normal", {Normal mode command}]
["expr", {expression}, {number}]