Skip to content

Commit 1f28f59

Browse files
committed
Update by original
1 parent 6ed7ceb commit 1f28f59

File tree

2 files changed

+39
-15
lines changed

2 files changed

+39
-15
lines changed

doc/eval.jax

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim バージョン 9.1. Last change: 2025 Aug 23
1+
*eval.txt* For Vim バージョン 9.1. Last change: 2025 Aug 27
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2183,8 +2183,10 @@ v:clipmethod 現在使用されているクリップボードへのアクセス
21832183
かの値になる:
21842184
wayland Wayland プロトコルが使用されている。
21852185
x11 X11 セレクションが使用されている。
2186-
none 上記の方法は利用できないか、使用できな
2187-
い。
2186+
gui GUI固有のメソッドが使用されている。
2187+
other 他のメソッドが使用されています。
2188+
none クリップボード機能が無効または使用でき
2189+
ない。
21882190
詳細は 'clipmethod' を参照。
21892191

21902192
*v:cmdarg* *cmdarg-variable*
@@ -2821,12 +2823,16 @@ v:termrbgresp termcapのエントリ |t_RB| で端末から返されるエスケ
28212823
このオプションがセットされているとき、<amatch> に "background"
28222824
がセットされた状態で自動コマンドイベント TermResponseAll が発
28232825
生する。
2826+
これは通常、Vim に同梱されている
2827+
$VIMRUNTIME/plugin/colorresp.vim プラグインによって設定される
2828+
が、何をしているのか分かっている場合は手動で設定することもでき
2829+
る。
2830+
Note これを変更しても何も起こらないことに注意。
28242831

28252832
*v:termrfgresp*
28262833
v:termrfgresp termcapのエントリ |t_RF| で端末から返されるエスケープシーケン
2827-
ス。端末の文字色を調べるために使用される。このオプションがセッ
2828-
トされているとき、<amatch> に "foreground" がセットされた状態
2829-
で自動コマンドイベント TermResponseAll が発生する。
2834+
ス。端末の文字色を調べるために使用される。|v:termrbgresp| と同
2835+
じように動作する
28302836

28312837
*v:termu7resp*
28322838
v:termu7resp termcapのエントリ |t_u7| で端末から返されるエスケープシーケン
@@ -2842,6 +2848,14 @@ v:termda1 端末からのプライマリデバイス属性 (DA1) クエリによ
28422848
動コマンドイベントが発生する。端末の OSC 52 サポートを検出する
28432849
ために使用できる。
28442850

2851+
*v:termosc*
2852+
v:termosc ターミナルから受信した最新の OSC 応答のエスケープシーケンス。
2853+
このオプションが設定されている場合、|TermResponseAll| 自動コマ
2854+
ンドイベントが発行され、<amatch> が "osc" に設定される。また、
2855+
$VIMRUNTIME/plugin/colorresp.vim プラグイン経由で
2856+
|v:termrbgresp| および |v:termrfgresp| を設定する際にも使用さ
2857+
れる
2858+
28452859
*v:testing* *testing-variable*
28462860
v:testing `test_garbagecollect_now()` を使う前に設定する必要がある。
28472861
また、これが設定されていると、特定のエラーメッセージが 2 秒間

en/eval.txt

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.1. Last change: 2025 Aug 23
1+
*eval.txt* For Vim version 9.1. Last change: 2025 Aug 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2245,10 +2245,13 @@ v:clipmethod The current method of accessing the clipboard that is being
22452245
used. Can either have the value of:
22462246
wayland The Wayland protocol is being used.
22472247
x11 X11 selections are being used.
2248-
none The above methods are unavailable or
2249-
cannot be used.
2248+
gui GUI specific method is being used
2249+
other Some other method is being used
2250+
none Clipboard functionality is disabled or
2251+
unavailable.
22502252
See 'clipmethod' for more details.
22512253

2254+
22522255
*v:cmdarg* *cmdarg-variable*
22532256
v:cmdarg This variable is used for two purposes:
22542257
1. The extra arguments given to a file read/write command.
@@ -2893,16 +2896,15 @@ v:termstyleresp The escape sequence returned by the terminal for the |t_RS|
28932896
*v:termrbgresp*
28942897
v:termrbgresp The escape sequence returned by the terminal for the |t_RB|
28952898
termcap entry. This is used to find out what the terminal
2896-
background color is; see 'background'. When this option is
2897-
set, the TermResponseAll autocommand event is fired, with
2898-
<amatch> set to "background".
2899+
background color is; see 'background'. This is set by the
2900+
$VIMRUNTIME/plugin/colorresp.vim plugin normally included with
2901+
Vim, but can be set manually if you know what you are doing.
2902+
Note that changing this will not do anything.
28992903

29002904
*v:termrfgresp*
29012905
v:termrfgresp The escape sequence returned by the terminal for the |t_RF|
29022906
termcap entry. This is used to find out what the terminal
2903-
foreground color is. When this option is set, the
2904-
TermResponseAll autocommand event is fired, with <amatch> set
2905-
to "foreground".
2907+
foreground color is. Behaves the same as |v:termrbgresp|
29062908

29072909
*v:termu7resp*
29082910
v:termu7resp The escape sequence returned by the terminal for the |t_u7|
@@ -2917,6 +2919,14 @@ v:termda1 The escape sequence returned by a primary device attributes
29172919
TermResponseAll autocommand event is fired, with <amatch> set
29182920
to "da1". Can be used to detect OSC 52 support in a terminal.
29192921

2922+
*v:termosc*
2923+
v:termosc The escape sequence of the most recent OSC response received
2924+
from the terminal. When this option is set, the
2925+
|TermResponseAll| autocommand event is fired, with <amatch>
2926+
set to "osc". Also used to set the |v:termrbgresp| and
2927+
|v:termrfgresp| via the $VIMRUNTIME/plugin/colorresp.vim
2928+
plugin
2929+
29202930
*v:testing* *testing-variable*
29212931
v:testing Must be set before using `test_garbagecollect_now()`.
29222932
Also, when set certain error messages won't be shown for 2

0 commit comments

Comments
 (0)