Updated runtime files.

This commit is contained in:
Bram Moolenaar
2016-06-17 12:48:11 +02:00
parent 3ef5bf7d45
commit a02a551e18
8 changed files with 430 additions and 27 deletions

View File

@ -1,4 +1,4 @@
*usr_41.txt* For Vim version 7.4. Last change: 2016 Jun 11
*usr_41.txt* For Vim version 7.4. Last change: 2016 Jun 13
VIM USER MANUAL - by Bram Moolenaar
@ -938,8 +938,8 @@ Inter-process communication: *channel-functions*
ch_log() write a message in the channel log file
ch_logfile() set the channel log file
ch_setoptions() set the options for a channel
jsonencode() encode an expression to a JSON string
jsondecode() decode a JSON string to Vim types
json_encode() encode an expression to a JSON string
json_decode() decode a JSON string to Vim types
js_encode() encode an expression to a JSON string
js_decode() decode a JSON string to Vim types