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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -196,6 +196,9 @@ Normal ハイライトグループにより決定される。
196
196
[command] が NONE の場合ジョブは開始されず、端末の pty
197
197
は gdb のようなコマンドによって利用できる。
198
198
199
+ [command] が NUL バイト列を出力する場合、それらは NL
200
+ 群に変換される | NL-used-for-Nul | 。
201
+
199
202
*terminal-nospecial*
200
203
Vim 自体は [command] 内の | cmdline-special | 文字のみを
201
204
認識する。その他はすべてそのまま渡される。ワイルドカー
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -197,6 +197,9 @@ Command syntax ~
197
197
if [command] is NONE no job is started, the pty of the
198
198
terminal can be used by a command like gdb.
199
199
200
+ If [command] outputs NUL bytes, those will be
201
+ converted to new lines | NL-used-for-Nul | .
202
+
200
203
*terminal-nospecial*
201
204
Vim itself only recognizes | cmdline-special |
202
205
characters inside [command] . Everything else will be
You can’t perform that action at this time.
0 commit comments