Skip to content

Commit 1aeb55a

Browse files
committed
Update by original
1 parent 49c1cf6 commit 1aeb55a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

doc/autocmd.jax

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim バージョン 9.1. Last change: 2025 Aug 27
1+
*autocmd.txt* For Vim バージョン 9.1. Last change: 2025 Aug 29
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1299,7 +1299,7 @@ TermResponseAll ターミナルから |t_RV|、|t_RC|、|t_RS|、|t_u7|
12991299
"version",
13001300
"cursorblink",
13011301
"cursorshape",
1302-
"ambiguouswidth"
1302+
"ambiguouswidth",
13031303
"osc"
13041304
Note このイベントは、特にファイル I/O、シェル
13051305
コマンド、またはその他の時間の掛かるものが関係
@@ -1313,8 +1313,6 @@ TermResponseAll ターミナルから |t_RV|、|t_RC|、|t_RS|、|t_u7|
13131313
"foreground" および "background" 値に遭遇する
13141314
と、"osc" イベントを処理し、TermResponseAll 自
13151315
動コマンドイベントを発行する。
1316-
1317-
13181316
*TextChanged*
13191317
TextChanged ノーマルモードでカレントバッファのテキストが変
13201318
更されたとき。つまり |b:changedtick| が更新さ

en/autocmd.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim version 9.1. Last change: 2025 Aug 27
1+
*autocmd.txt* For Vim version 9.1. Last change: 2025 Aug 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1315,7 +1315,7 @@ TermResponseAll After the response to |t_RV|, |t_RC|, |t_RS|,
13151315
"version",
13161316
"cursorblink",
13171317
"cursorshape",
1318-
"ambiguouswidth"
1318+
"ambiguouswidth",
13191319
"osc"
13201320
Note that this event may be triggered halfway
13211321
executing another event, especially if file I/O,
@@ -1330,8 +1330,6 @@ TermResponseAll After the response to |t_RV|, |t_RC|, |t_RS|,
13301330
TermResponseAll autocommand events when it
13311331
encounters "foreground" and "background"
13321332
values.
1333-
1334-
13351333
*TextChanged*
13361334
TextChanged After a change was made to the text in the
13371335
current buffer in Normal mode. That is after

0 commit comments

Comments
 (0)