File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -872,10 +872,10 @@ Vimサーバー: *server-functions*
872
872
assert_true() 式がtrueかどうかテストする
873
873
874
874
プロセス間通信:
875
- connect () チャンネルを開く
876
- disconnect () チャンネルを閉じる
877
- sendexpr () チャンネルにJSONメッセージを送る
878
- sendraw () チャンネルにrawメッセージを送る
875
+ ch_open () チャンネルを開く
876
+ ch_close () チャンネルを閉じる
877
+ ch_sendexpr () チャンネルにJSONメッセージを送る
878
+ ch_sendraw () チャンネルにrawメッセージを送る
879
879
jsonencode() 式をJSONの文字列に変換する
880
880
jsondecode() JSONの文字列を式に変換する
881
881
Original file line number Diff line number Diff line change 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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -894,10 +894,10 @@ Testing: *test-functions*
894
894
assert_true() assert that an expression is true
895
895
896
896
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
901
901
jsonencode() encode an expression to a JSON string
902
902
jsondecode() decode a JSON string to Vim types
903
903
You can’t perform that action at this time.
0 commit comments