File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim バージョン 9.1. Last change: 2025 Sep 11
1
+ *autocmd.txt* For Vim バージョン 9.1. Last change: 2025 Sep 14
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1297,23 +1297,17 @@ TermResponseAll ターミナルから |t_RV|、|t_RC|、|t_RS|、|t_u7|
1297
1297
| v:termosc | の値がそれぞれ使用できる。<amatch>
1298
1298
は以下のいずれかに設定される:
1299
1299
"ambiguouswidth" (| t_u7 | ),
1300
+ "background" (| t_RB | ),
1300
1301
"cursorblink" (| t_RC | ),
1301
1302
"cursorshape" (| t_RS | ),
1303
+ "foreground" (| t_RF | ),
1302
1304
"da1",
1303
1305
"osc",
1304
1306
"version" (| t_RV | )
1305
1307
Note このイベントは、特にファイル I/O、シェル
1306
1308
コマンド、またはその他の時間の掛かるものが関係
1307
1309
する場合、別のイベントの実行途中でトリガーされ
1308
1310
る可能性があることに注意。
1309
- Note: 従来、TermResponseAll は "foreground" お
1310
- よび "background" パターンにも使用されていた。
1311
- これらは現在、"osc" 値の一部として処理される。
1312
- 後方互換性のため、
1313
- $VIMRUNTIME/plugin/colorresp.vim プラグインは
1314
- "foreground" および "background" 値に遭遇する
1315
- と、"osc" イベントを処理し、TermResponseAll 自
1316
- 動コマンドイベントを発行する。
1317
1311
*TextChanged*
1318
1312
TextChanged ノーマルモードでカレントバッファのテキストが変
1319
1313
更されたとき。つまり | b:changedtick | が更新さ
You can’t perform that action at this time.
0 commit comments