Skip to content

Commit 4624e5b

Browse files
authored
Merge pull request #1910 from h-east/update-terminal
Update terminal.{txt,jax}
2 parents 6a12a9b + a9c8815 commit 4624e5b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/terminal.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
認識する。その他はすべてそのまま渡される。ワイルドカー

en/terminal.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)