Skip to content

Commit 9bd7515

Browse files
1 parent 2cb98fb commit 9bd7515

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

doc/autocmd.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1297,23 +1297,17 @@ TermResponseAll ターミナルから |t_RV|、|t_RC|、|t_RS|、|t_u7|
12971297
|v:termosc| の値がそれぞれ使用できる。<amatch>
12981298
は以下のいずれかに設定される:
12991299
"ambiguouswidth" (|t_u7|),
1300+
"background" (|t_RB|),
13001301
"cursorblink" (|t_RC|),
13011302
"cursorshape" (|t_RS|),
1303+
"foreground" (|t_RF|),
13021304
"da1",
13031305
"osc",
13041306
"version" (|t_RV|)
13051307
Note このイベントは、特にファイル I/O、シェル
13061308
コマンド、またはその他の時間の掛かるものが関係
13071309
する場合、別のイベントの実行途中でトリガーされ
13081310
る可能性があることに注意。
1309-
Note: 従来、TermResponseAll は "foreground" お
1310-
よび "background" パターンにも使用されていた。
1311-
これらは現在、"osc" 値の一部として処理される。
1312-
後方互換性のため、
1313-
$VIMRUNTIME/plugin/colorresp.vim プラグインは
1314-
"foreground" および "background" 値に遭遇する
1315-
と、"osc" イベントを処理し、TermResponseAll 自
1316-
動コマンドイベントを発行する。
13171311
*TextChanged*
13181312
TextChanged ノーマルモードでカレントバッファのテキストが変
13191313
更されたとき。つまり |b:changedtick| が更新さ

0 commit comments

Comments
 (0)