diff --git a/doc/terminal.jax b/doc/terminal.jax index f2d1d560e..cfc8f0b97 100644 --- a/doc/terminal.jax +++ b/doc/terminal.jax @@ -1,4 +1,4 @@ -*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03 +*terminal.txt* For Vim バージョン 9.1. Last change: 2024 Dec 30 VIMリファレンスマニュアル by Bram Moolenaar @@ -196,6 +196,9 @@ Normal ハイライトグループにより決定される。 [command] が NONE の場合ジョブは開始されず、端末の pty は gdb のようなコマンドによって利用できる。 + [command] が NUL バイトを出力する場合、それらは新しい + 行に変換される |NL-used-for-Nul|。 + *terminal-nospecial* Vim 自体は [command] 内の |cmdline-special| 文字のみを 認識する。その他はすべてそのまま渡される。ワイルドカー diff --git a/en/terminal.txt b/en/terminal.txt index da5b1481e..7e2d89824 100644 --- a/en/terminal.txt +++ b/en/terminal.txt @@ -1,4 +1,4 @@ -*terminal.txt* For Vim version 9.1. Last change: 2024 Dec 03 +*terminal.txt* For Vim version 9.1. Last change: 2024 Dec 30 VIM REFERENCE MANUAL by Bram Moolenaar @@ -197,6 +197,9 @@ Command syntax ~ if [command] is NONE no job is started, the pty of the terminal can be used by a command like gdb. + If [command] outputs NUL bytes, those will be + converted to new lines |NL-used-for-Nul|. + *terminal-nospecial* Vim itself only recognizes |cmdline-special| characters inside [command]. Everything else will be