Skip to content

Commit 928a714

Browse files
committed
Update usr_41.{txt,jax}
1 parent a93391a commit 928a714

2 files changed

Lines changed: 20 additions & 18 deletions

File tree

doc/usr_41.jax

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,23 +1261,24 @@ Vimサーバー: *server-functions*
12611261

12621262
プロセス間通信: *channel-functions*
12631263
ch_canread() 何か読むものがあるかチェックする
1264-
ch_open() チャネルを開く
12651264
ch_close() チャネルを閉じる
12661265
ch_close_in() チャネルの入力パートを閉じる
1266+
ch_evalexpr() チャネル経由で式を評価する
1267+
ch_evalraw() チャネル経由で raw 文字列を評価する
1268+
ch_getbufnr() チャネルのバッファ番号を取得する
1269+
ch_getjob() チャネルの Job を取得する
1270+
ch_info() チャンネルに関する情報を取得する
1271+
ch_listen() チャネルを listen する
1272+
ch_log() チャネルのログにメッセージを出力する
1273+
ch_logfile() チャネルアクティビティのログ記録を開始する
1274+
ch_open() チャネルを開く
12671275
ch_read() チャネルからメッセージを読み取る
12681276
ch_readblob() チャネルから Blob を読み取る
12691277
ch_readraw() チャネルからrawメッセージを読み取る
12701278
ch_sendexpr() チャネルにJSONメッセージを送る
12711279
ch_sendraw() チャネルにrawメッセージを送る
1272-
ch_evalexpr() チャネル経由で式を評価する
1273-
ch_evalraw() チャネル経由で raw 文字列を評価する
1274-
ch_status() チャネルの状態を取得する
1275-
ch_getbufnr() チャネルのバッファ番号を取得する
1276-
ch_getjob() チャネルが割り当てられている Job を取得する
1277-
ch_info() チャネルの情報を取得する
1278-
ch_log() チャネルのログファイルにメッセージを出力する
1279-
ch_logfile() チャネルのログファイルを設定する
12801280
ch_setoptions() チャネルのオプションを設定する
1281+
ch_status() チャネルの状態を取得する
12811282
json_encode() 式をJSONの文字列にエンコードする
12821283
json_decode() JSONの文字列をVimの型にデコードする
12831284
js_encode() 式をJSONの文字列にエンコードする

en/usr_41.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,23 +1287,24 @@ Testing: *test-functions*
12871287

12881288
Inter-process communication: *channel-functions*
12891289
ch_canread() check if there is something to read
1290-
ch_open() open a channel
12911290
ch_close() close a channel
12921291
ch_close_in() close the in part of a channel
1292+
ch_evalexpr() evaluate an expression over channel
1293+
ch_evalraw() evaluate a raw string over channel
1294+
ch_getbufnr() get the buffer number for a channel
1295+
ch_getjob() get the Job of a channel
1296+
ch_info() get information about a channel
1297+
ch_listen() listen on a channel
1298+
ch_log() write a message in the channel log
1299+
ch_logfile() start logging channel activity
1300+
ch_open() open a channel
12931301
ch_read() read a message from a channel
12941302
ch_readblob() read a Blob from a channel
12951303
ch_readraw() read a raw message from a channel
12961304
ch_sendexpr() send a JSON message over a channel
12971305
ch_sendraw() send a raw message over a channel
1298-
ch_evalexpr() evaluate an expression over channel
1299-
ch_evalraw() evaluate a raw string over channel
1306+
ch_setoptions() set channel options
13001307
ch_status() get status of a channel
1301-
ch_getbufnr() get the buffer number of a channel
1302-
ch_getjob() get the job associated with a channel
1303-
ch_info() get channel information
1304-
ch_log() write a message in the channel log file
1305-
ch_logfile() set the channel log file
1306-
ch_setoptions() set the options for a channel
13071308
json_encode() encode an expression to a JSON string
13081309
json_decode() decode a JSON string to Vim types
13091310
js_encode() encode an expression to a JSON string

0 commit comments

Comments
 (0)