Skip to content

Commit 2ad3245

Browse files
committed
Update by original. tweak .jax translation.
1 parent 82aa358 commit 2ad3245

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

doc/eval.jax

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim バージョン 9.1. Last change: 2025 Sep 14
1+
*eval.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2747,8 +2747,8 @@ v:swapchoice イベント|SwapExists|により実行された自動コマンド
27472747
v:swapcommand ファイルを開いた後に実行するノーマルモードコマンド。自動コマン
27482748
|SwapExists|で、他のVimインスタンスにファイルを開かせ、指定
27492749
位置までジャンプするために使うことができる。例えば、あるタグへ
2750-
ジャンプするには、この変数に":tag tagname\r" という値を代入す
2751-
る。":edit +cmd file" を実行させるには":cmd\r" を代入する。
2750+
ジャンプするには、この変数に ":tag tagname\r" という値を代入す
2751+
る。":edit +cmd file" を実行させるには ":cmd\r" を代入する。
27522752

27532753
*v:t_TYPE* *v:t_bool* *t_bool-variable*
27542754
v:t_bool 真偽値 |Boolean| 型の値。読出し専用。 参照: |type()|
@@ -2789,10 +2789,10 @@ v:t_tuple |Tuple| 型の値。読出し専用。 参照: |type()|
27892789
v:termresponse termcapのエントリ|t_RV|で端末から返されるエスケープシーケンス。
27902790
ESC [ または CSI で始まり、次に '>' または '?' が来て、途中数
27912791
字と ';' だけから構成され 'c' で終わるエスケープシーケンスを受
2792-
け取ったとき代入される。この変数がセットされると自動コマンドイ
2793-
ベント TermResponse が発生し、端末からの応答に反応することがで
2794-
きる。また、同様に自動コマンドイベント TermResponseAll が
2795-
<amatch> に "version" がセットされた状態で発生する
2792+
け取ったとき代入される。この変数がセットされると TermResponse
2793+
自動コマンドイベントが発生し、端末からの応答に反応することがで
2794+
きる。また、同様に <amatch> に "version" がセットされた状態で
2795+
TermResponseAll 自動コマンドイベントが発生する
27962796
|terminalprops()| を使うことで Vim が端末をどのように認識した
27972797
かを知ることができる。
27982798
新しい xterm からの応答は次の形式である:
@@ -2807,15 +2807,15 @@ v:termresponse termcapのエントリ|t_RV|で端末から返されるエスケ
28072807
v:termblinkresp termcapのエントリ |t_RC| で端末から返されるエスケープシーケン
28082808
ス。端末カーソルが点滅しているかを調べるために使用される。
28092809
|term_getcursor()| で使用される。この変数がセットされていると
2810-
き、<amatch> に "cursorblink" がセットされた状態で自動コマンド
2811-
イベント TermResponseAll が発生する
2810+
き、<amatch> に "cursorblink" がセットされた状態で
2811+
TermResponseAll 自動コマンドイベントが発生する
28122812

28132813
*v:termstyleresp* *termstyleresp-variable*
28142814
v:termstyleresp termcapのエントリ |t_RS| で端末から返されるエスケープシーケン
28152815
ス。カーソルの形状を調べるために使用される。|term_getcursor()|
28162816
で使用される。この変数がセットされているとき、<amatch>
2817-
"cursorshape" がセットされた状態で自動コマンドイベント
2818-
TermResponseAll が発生する
2817+
"cursorshape" がセットされた状態で TermResponseAll 自動コマン
2818+
ドイベントが発生する
28192819

28202820
*v:termrbgresp* *termrbgresp-variable*
28212821
v:termrbgresp termcapのエントリ |t_RB| で端末から返されるエスケープシーケン

en/eval.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.1. Last change: 2025 Sep 14
1+
*eval.txt* For Vim version 9.1. Last change: 2025 Sep 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2896,14 +2896,14 @@ v:termstyleresp The escape sequence returned by the terminal for the |t_RS|
28962896
*v:termrbgresp* *termrbgresp-variable*
28972897
v:termrbgresp The escape sequence returned by the terminal for the |t_RB|
28982898
termcap entry. This is used to find out what the terminal
2899-
background color is; see 'background'. When this option is
2899+
background color is; see 'background'. When this variable is
29002900
set, the TermResponseAll autocommand event is fired, with
29012901
<amatch> set to "background".
29022902

29032903
*v:termrfgresp* *termrfgresp-variable*
29042904
v:termrfgresp The escape sequence returned by the terminal for the |t_RF|
29052905
termcap entry. This is used to find out what the terminal
2906-
foreground color is. When this option is set, the
2906+
foreground color is. When this variable is set, the
29072907
TermResponseAll autocommand event is fired, with <amatch> set
29082908
to "foreground".
29092909

0 commit comments

Comments
 (0)