Skip to content

Commit

Permalink
Merge pull request #1910 from h-east/update-terminal
Browse files Browse the repository at this point in the history
Update terminal.{txt,jax}
  • Loading branch information
h-east authored Jan 14, 2025
2 parents 6a12a9b + a9c8815 commit 4624e5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/terminal.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -196,6 +196,9 @@ Normal ハイライトグループにより決定される。
[command] が NONE の場合ジョブは開始されず、端末の pty
は gdb のようなコマンドによって利用できる。

[command] が NUL バイト列を出力する場合、それらは NL
群に変換される |NL-used-for-Nul|

*terminal-nospecial*
Vim 自体は [command] 内の |cmdline-special| 文字のみを
認識する。その他はすべてそのまま渡される。ワイルドカー
Expand Down
5 changes: 4 additions & 1 deletion en/terminal.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4624e5b

Please sign in to comment.