diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-20 21:08:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-20 21:08:34 +0100 |
commit | e18c0b39815c5a746887a509c2cd9f11fadaba07 (patch) | |
tree | b94b501fcc8394a958fb44844892333b8d2b774d /runtime/doc/channel.txt | |
parent | be6aa46c4d8948e164f7d181dc19ed2fc4818395 (diff) | |
download | vim-git-e18c0b39815c5a746887a509c2cd9f11fadaba07.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/channel.txt')
-rw-r--r-- | runtime/doc/channel.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt index aece37113..df7ec9f35 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 14 +*channel.txt* For Vim version 7.4. Last change: 2016 Mar 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -153,6 +153,9 @@ Use |ch_status()| to see if the channel could be opened. excluding the NL. When "mode" is "raw" the "msg" argument is the whole message as a string. + + For all callbacks: Use |function()| to bind it to arguments + and/or a dictionary. *out_cb* "out_cb" A function like "callback" but used for stdout. Only for when the channel uses pipes. When "out_cb" wasn't set the channel |