From 91c4937be15b0b743b6bc495df602c1abbff6b87 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 8 May 2016 09:50:29 +0200 Subject: Updated runtime files. --- runtime/doc/channel.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'runtime/doc/channel.txt') diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt index 668dcad4f1..2f67b973e8 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 Apr 26 +*channel.txt* For Vim version 7.4. Last change: 2016 Apr 30 VIM REFERENCE MANUAL by Bram Moolenaar @@ -254,10 +254,6 @@ message, it must use the number zero: Then channel handler will then get {response} converted to Vim types. If the channel does not have a handler the message is dropped. -On read error or ch_close(), when using a socket with RAW or NL mode, the -string "DETACH\n" is sent, if still possible. The channel will then be -inactive. - It is also possible to use ch_sendraw() and ch_evalraw() on a JSON or JS channel. The caller is then completely responsible for correct encoding and decoding. -- cgit v1.2.3