summaryrefslogtreecommitdiffstats
path: root/runtime/doc/channel.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-29 23:12:46 +0200
committerBram Moolenaar <Bram@vim.org>2016-03-29 23:12:46 +0200
commit7db8f6f4f85e5d0526d23107b2a5e2334dc23354 (patch)
tree13adf1686ec5472781d3f858c9f7c64f3b1a8d1d /runtime/doc/channel.txt
parent7fed5c18f8577b75404b80d8b9a9907b1bbd27e4 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/channel.txt')
-rw-r--r--runtime/doc/channel.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index 7d684fbc0c..cc4bc904ae 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 Mar 26
+*channel.txt* For Vim version 7.4. Last change: 2016 Mar 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -616,6 +616,9 @@ See |job_setoptions()| and |ch_setoptions()|.
"err_name": "/path/file" the name of the file or buffer to write to
"err_buf": number the number of the buffer to write to
+"block_write": number only for testing: pretend every other write to stdin
+ will block
+
Writing to a buffer ~