File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- *terminal.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03
1+ *terminal.txt* For Vim バージョン 9.1. Last change: 2024 Dec 30
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -196,6 +196,9 @@ Normal ハイライトグループにより決定される。
196196 [command] が NONE の場合ジョブは開始されず、端末の pty
197197 は gdb のようなコマンドによって利用できる。
198198
199+ [command] が NUL バイト列を出力する場合、それらは NL
200+ 群に変換される | NL-used-for-Nul | 。
201+
199202 *terminal-nospecial*
200203 Vim 自体は [command] 内の | cmdline-special | 文字のみを
201204 認識する。その他はすべてそのまま渡される。ワイルドカー
Original file line number Diff line number Diff line change 1- *terminal.txt* For Vim version 9.1. Last change: 2024 Dec 03
1+ *terminal.txt* For Vim version 9.1. Last change: 2024 Dec 30
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -197,6 +197,9 @@ Command syntax ~
197197 if [command] is NONE no job is started, the pty of the
198198 terminal can be used by a command like gdb.
199199
200+ If [command] outputs NUL bytes, those will be
201+ converted to new lines | NL-used-for-Nul | .
202+
200203 *terminal-nospecial*
201204 Vim itself only recognizes | cmdline-special |
202205 characters inside [command] . Everything else will be
You can’t perform that action at this time.
0 commit comments