Skip to content

Commit

Permalink
Update usr_41.txt #191
Browse files Browse the repository at this point in the history
  • Loading branch information
crazymaster committed Feb 11, 2016
1 parent d9fdd31 commit 746c1e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions doc/usr_41.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim バージョン 7.4. Last change: 2016 Jan 28
*usr_41.txt* For Vim バージョン 7.4. Last change: 2016 Feb 02

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -872,10 +872,10 @@ Vimサーバー: *server-functions*
assert_true() 式がtrueかどうかテストする

プロセス間通信:
connect() チャンネルを開く
disconnect() チャンネルを閉じる
sendexpr() チャンネルにJSONメッセージを送る
sendraw() チャンネルにrawメッセージを送る
ch_open() チャンネルを開く
ch_close() チャンネルを閉じる
ch_sendexpr() チャンネルにJSONメッセージを送る
ch_sendraw() チャンネルにrawメッセージを送る
jsonencode() 式をJSONの文字列に変換する
jsondecode() JSONの文字列を式に変換する

Expand Down
10 changes: 5 additions & 5 deletions en/usr_41.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim version 7.4. Last change: 2016 Jan 28
*usr_41.txt* For Vim version 7.4. Last change: 2016 Feb 02

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -894,10 +894,10 @@ Testing: *test-functions*
assert_true() assert that an expression is true

Inter-process communication:
connect() open a channel
disconnect() close a channel
sendexpr() send a JSON message over a channel
sendraw() send a raw message over a channel
ch_open() open a channel
ch_close() close a channel
ch_sendexpr() send a JSON message over a channel
ch_sendraw() send a raw message over a channel
jsonencode() encode an expression to a JSON string
jsondecode() decode a JSON string to Vim types

Expand Down

0 comments on commit 746c1e1

Please sign in to comment.