Skip to content

Commit 746c1e1

Browse files
committed
Update usr_41.txt #191
1 parent d9fdd31 commit 746c1e1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/usr_41.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 7.4. Last change: 2016 Jan 28
1+
*usr_41.txt* For Vim バージョン 7.4. Last change: 2016 Feb 02
22

33
VIM USER MANUAL - by Bram Moolenaar
44

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

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

en/usr_41.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 7.4. Last change: 2016 Jan 28
1+
*usr_41.txt* For Vim version 7.4. Last change: 2016 Feb 02
22

33
VIM USER MANUAL - by Bram Moolenaar
44

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

896896
Inter-process communication:
897-
connect() open a channel
898-
disconnect() close a channel
899-
sendexpr() send a JSON message over a channel
900-
sendraw() send a raw message over a channel
897+
ch_open() open a channel
898+
ch_close() close a channel
899+
ch_sendexpr() send a JSON message over a channel
900+
ch_sendraw() send a raw message over a channel
901901
jsonencode() encode an expression to a JSON string
902902
jsondecode() decode a JSON string to Vim types
903903

0 commit comments

Comments
 (0)