Skip to content

Commit 1c064cc

Browse files
authored
Merge pull request #1180 from tsuyoshicho/update/20221023/autocmd
Update autocmd.{txt,jax}
2 parents 0f24183 + c8b4ce3 commit 1c064cc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/autocmd.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ Vimは以下のイベントを認識する。イベント名が大文字か小
415415
ドでテキストが変更された後
416416
|TextChangedP| ポップアップメニューが表示されているときに、挿入モード
417417
でテキストが変更された後
418+
|TextChangedT| 端末モードでテキストが変更された後
418419
|TextYankPost| テキストがヤンクもしくは削除された後
419420

420421
|SafeState| 保留中のものはなく、ユーザーの文字入力を待つとき
@@ -1220,7 +1221,10 @@ TextChangedI 挿入モードでカレントバッファのテキストが変
12201221
*TextChangedP*
12211222
TextChangedP 挿入モードでカレントバッファのテキストが変更さ
12221223
れたとき。ただしポップアップメニューが表示され
1223-
ている場合に限られる。
1224+
ている場合に限られる。他は TextChanged と同じ。
1225+
*TextChangedT*
1226+
TextChangedT 端末モードのカレントバッファのテキストが変更さ
1227+
れたとき。
12241228
他は TextChanged と同じ。
12251229
*TextYankPost*
12261230
TextYankPost カレントバッファでテキストがヤンクもしくは削除

en/autocmd.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ Name triggered by ~
409409
when popup menu is not visible
410410
|TextChangedP| after a change was made to the text in Insert mode
411411
when popup menu visible
412+
|TextChangedT| after a change was made to the text in Terminal mode
412413
|TextYankPost| after text has been yanked or deleted
413414

414415
|SafeState| nothing pending, going to wait for the user to type a
@@ -1237,6 +1238,10 @@ TextChangedP After a change was made to the text in the
12371238
current buffer in Insert mode, only when the
12381239
popup menu is visible. Otherwise the same as
12391240
TextChanged.
1241+
*TextChangedT*
1242+
TextChangedT After a change was made to the text in the
1243+
current buffer in Terminal mode.
1244+
Otherwise the same as TextChanged.
12401245
*TextYankPost*
12411246
TextYankPost After text has been yanked or deleted in the
12421247
current buffer. The following values of

0 commit comments

Comments
 (0)