File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,9 @@ Vim script:
216
216
- Vim スクリプト
217
217
- Vimスクリプト
218
218
219
+ チャンネル :
220
+ - チャネル
221
+
219
222
# ###########################################################################
220
223
# 日本語の振れ関係
221
224
Original file line number Diff line number Diff line change @@ -2881,7 +2881,7 @@ ch_getjob({channel}) *ch_getjob()*
2881
2881
2882
2882
ch_info({handle} ) *ch_info()*
2883
2883
{handle} に関する情報を辞書で返す。アイテムは:
2884
- "id" チャネル番号
2884
+ "id" チャンネル番号
2885
2885
"status" ch_status() と同様に、"open", "buffered" ま
2886
2886
たは "closed"
2887
2887
ch_open() で開いた場合:
Original file line number Diff line number Diff line change @@ -837,8 +837,8 @@ gdb は奇妙な動作をしていますが、プラグインはその問題を
837
837
しています。
838
838
たとえば、gdbウィンドウで "continue" と入力した後に、CTRL-C を使用して実行中の
839
839
プログラムを中断することができます。しかし、MIコマンド "-exec-continue" を使用
840
- した後、CTRL-C を押しても中断しません。したがって、通信チャネルを使用する代わ
841
- りに 、`:Continue ` コマンドに "continue" が使用されていることがわかります。
840
+ した後、CTRL-C を押しても中断しません。したがって、通信チャンネルを使用する代
841
+ わりに 、`:Continue ` コマンドに "continue" が使用されていることがわかります。
842
842
843
843
844
844
カスタマイズ ~
You can’t perform that action at this time.
0 commit comments