Skip to content

Commit d26653f

Browse files
authored
Merge pull request #276 from uakms/vim-NV-channel
NV「チャンネル」に合わせる
2 parents 8a39ec6 + 722d572 commit d26653f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

dict.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ Vim script:
216216
- Vim スクリプト
217217
- Vimスクリプト
218218

219+
チャンネル:
220+
- チャネル
221+
219222
############################################################################
220223
# 日本語の振れ関係
221224

doc/eval.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2881,7 +2881,7 @@ ch_getjob({channel}) *ch_getjob()*
28812881

28822882
ch_info({handle}) *ch_info()*
28832883
{handle} に関する情報を辞書で返す。アイテムは:
2884-
"id" チャネル番号
2884+
"id" チャンネル番号
28852885
"status" ch_status() と同様に、"open", "buffered" ま
28862886
たは "closed"
28872887
ch_open() で開いた場合:

doc/terminal.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,8 +837,8 @@ gdb は奇妙な動作をしていますが、プラグインはその問題を
837837
しています。
838838
たとえば、gdbウィンドウで "continue" と入力した後に、CTRL-C を使用して実行中の
839839
プログラムを中断することができます。しかし、MIコマンド "-exec-continue" を使用
840-
した後、CTRL-C を押しても中断しません。したがって、通信チャネルを使用する代わ
841-
りに`:Continue` コマンドに "continue" が使用されていることがわかります。
840+
した後、CTRL-C を押しても中断しません。したがって、通信チャンネルを使用する代
841+
わりに`:Continue` コマンドに "continue" が使用されていることがわかります。
842842

843843

844844
カスタマイズ ~

0 commit comments

Comments
 (0)