From 2b28af8df11c0e211143bef27f47f67fa782c75d Mon Sep 17 00:00:00 2001 From: h-east Date: Fri, 3 Jan 2025 12:39:24 +0900 Subject: [PATCH 1/3] Update terminal.{txt,jax} --- doc/terminal.jax | 5 ++++- en/terminal.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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 From 60feba2de3e46554d81fa0d5fa2c3a9b4aa26ff7 Mon Sep 17 00:00:00 2001 From: h-east Date: Thu, 9 Jan 2025 21:37:34 +0900 Subject: [PATCH 2/3] Tweak --- doc/terminal.jax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/terminal.jax b/doc/terminal.jax index cfc8f0b97..1c63967ec 100644 --- a/doc/terminal.jax +++ b/doc/terminal.jax @@ -196,8 +196,8 @@ Normal ハイライトグループにより決定される。 [command] が NONE の場合ジョブは開始されず、端末の pty は gdb のようなコマンドによって利用できる。 - [command] が NUL バイトを出力する場合、それらは新しい - 行に変換される |NL-used-for-Nul|。 + [command] が NUL バイト列を出力する場合、それらは NL + に変換される |NL-used-for-Nul|。 *terminal-nospecial* Vim 自体は [command] 内の |cmdline-special| 文字のみを From a9c8815c4e842016f9c9747f359c09dfd730df59 Mon Sep 17 00:00:00 2001 From: h-east Date: Mon, 13 Jan 2025 23:21:41 +0900 Subject: [PATCH 3/3] fix by review --- doc/terminal.jax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/terminal.jax b/doc/terminal.jax index 1c63967ec..5cd2c5ff4 100644 --- a/doc/terminal.jax +++ b/doc/terminal.jax @@ -197,7 +197,7 @@ Normal ハイライトグループにより決定される。 は gdb のようなコマンドによって利用できる。 [command] が NUL バイト列を出力する場合、それらは NL - に変換される |NL-used-for-Nul|。 + 群に変換される |NL-used-for-Nul|。 *terminal-nospecial* Vim 自体は [command] 内の |cmdline-special| 文字のみを