|
3 | 3 | helpname: 'autocmd' |
4 | 4 | --- |
5 | 5 | <div id='vimCodeElement'> |
6 | | -<a class="Constant" href="autocmd.html" name="autocmd.txt">autocmd.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Sep 11<br> |
| 6 | +<a class="Constant" href="autocmd.html" name="autocmd.txt">autocmd.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Sep 14<br> |
7 | 7 | <br> |
8 | 8 | <br> |
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br> |
|
1302 | 1302 | <a class="Identifier" href="eval.html#v:termosc">v:termosc</a> の値がそれぞれ使用できる。<span class="Special"><amatch></span><br> |
1303 | 1303 | は以下のいずれかに設定される:<br> |
1304 | 1304 | "ambiguouswidth" (<a class="Identifier" href="term.html#t_u7">t_u7</a>),<br> |
| 1305 | + "background" (<a class="Identifier" href="term.html#t_RB">t_RB</a>),<br> |
1305 | 1306 | "cursorblink" (<a class="Identifier" href="term.html#t_RC">t_RC</a>),<br> |
1306 | 1307 | "cursorshape" (<a class="Identifier" href="term.html#t_RS">t_RS</a>),<br> |
| 1308 | + "foreground" (<a class="Identifier" href="term.html#t_RF">t_RF</a>),<br> |
1307 | 1309 | "da1",<br> |
1308 | 1310 | "osc",<br> |
1309 | 1311 | "version" (<a class="Identifier" href="term.html#t_RV">t_RV</a>)<br> |
1310 | 1312 | <span class="Todo">Note</span> このイベントは、特にファイル I/O、シェル<br> |
1311 | 1313 | コマンド、またはその他の時間の掛かるものが関係<br> |
1312 | 1314 | する場合、別のイベントの実行途中でトリガーされ<br> |
1313 | 1315 | る可能性があることに注意。<br> |
1314 | | - <span class="Todo">Note</span>: 従来、TermResponseAll は "foreground" お<br> |
1315 | | - よび "background" パターンにも使用されていた。<br> |
1316 | | - これらは現在、"osc" 値の一部として処理される。<br> |
1317 | | - 後方互換性のため、<br> |
1318 | | - $VIMRUNTIME/plugin/colorresp.vim プラグインは<br> |
1319 | | - "foreground" および "background" 値に遭遇する<br> |
1320 | | - と、"osc" イベントを処理し、TermResponseAll 自<br> |
1321 | | - 動コマンドイベントを発行する。<br> |
1322 | 1316 | <a class="Constant" href="autocmd.html#TextChanged" name="TextChanged">TextChanged</a><br> |
1323 | 1317 | TextChanged ノーマルモードでカレントバッファのテキストが変<br> |
1324 | 1318 | 更されたとき。つまり <a class="Identifier" href="eval.html#b:changedtick">b:changedtick</a> が更新さ<br> |
|
0 commit comments