Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions doc/autocmd.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim バージョン 9.1. Last change: 2025 Sep 11
*autocmd.txt* For Vim バージョン 9.1. Last change: 2025 Sep 14


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1297,23 +1297,17 @@ TermResponseAll ターミナルから |t_RV|、|t_RC|、|t_RS|、|t_u7|
|v:termosc| の値がそれぞれ使用できる。<amatch>
は以下のいずれかに設定される:
"ambiguouswidth" (|t_u7|),
"background" (|t_RB|),
"cursorblink" (|t_RC|),
"cursorshape" (|t_RS|),
"foreground" (|t_RF|),
"da1",
"osc",
"version" (|t_RV|)
Note このイベントは、特にファイル I/O、シェル
コマンド、またはその他の時間の掛かるものが関係
する場合、別のイベントの実行途中でトリガーされ
る可能性があることに注意。
Note: 従来、TermResponseAll は "foreground" お
よび "background" パターンにも使用されていた。
これらは現在、"osc" 値の一部として処理される。
後方互換性のため、
$VIMRUNTIME/plugin/colorresp.vim プラグインは
"foreground" および "background" 値に遭遇する
と、"osc" イベントを処理し、TermResponseAll 自
動コマンドイベントを発行する。
*TextChanged*
TextChanged ノーマルモードでカレントバッファのテキストが変
更されたとき。つまり |b:changedtick| が更新さ
Expand Down
13 changes: 3 additions & 10 deletions en/autocmd.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocmd.txt* For Vim version 9.1. Last change: 2025 Sep 11
*autocmd.txt* For Vim version 9.1. Last change: 2025 Sep 14


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1313,24 +1313,17 @@ TermResponseAll After the response to |t_RV|, |t_RC|, |t_RS|,
correspondingly, can be used. <amatch> will
be set to any of:
"ambiguouswidth" (|t_u7|),
"background" (|t_RB|),
"cursorblink" (|t_RC|),
"cursorshape" (|t_RS|),
"foreground" (|t_RF|),
"da1",
"osc",
"version" (|t_RV|)
Note that this event may be triggered halfway
executing another event, especially if file I/O,
a shell command or anything else that takes time
is involved.
Note: Traditionally, TermResponseAll was also
used for "foreground" and "background"
patterns. These are now handled as part of
the "osc" value. For backwards compatibility,
the $VIMRUNTIME/plugin/colorresp.vim plugin
will handle "osc" events and emit
TermResponseAll autocommand events when it
encounters "foreground" and "background"
values.
*TextChanged*
TextChanged After a change was made to the text in the
current buffer in Normal mode. That is after
Expand Down