Skip to content

Commit

Permalink
Update terminal.{txt,jax}
Browse files Browse the repository at this point in the history
  • Loading branch information
h-east committed Jan 3, 2025
1 parent 1e45056 commit 2b28af8
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-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 2b28af8

Please sign in to comment.