diff runtime/doc/channel.txt @ 8673:ed7251c3e2d3

commit https://github.com/vim/vim/commit/e18c0b39815c5a746887a509c2cd9f11fadaba07 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 20 21:08:34 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Mar 2016 21:15:06 +0100
parents fec8655cf1bf
children b1a19a2f73f0
line wrap: on
line diff
--- 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 
 		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