Skip to content

Commit 627f196

Browse files
committed
Uodate by original
1 parent 1aeb55a commit 627f196

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

doc/autocmd.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1296,11 +1296,12 @@ TermResponseAll ターミナルから |t_RV|、|t_RC|、|t_RS|、|t_u7|
12961296
|v:termstyleresp||v:termu7resp|、および
12971297
|v:termosc| の値がそれぞれ使用できる。<amatch>
12981298
は以下のいずれかに設定される:
1299-
"version",
1300-
"cursorblink",
1301-
"cursorshape",
1302-
"ambiguouswidth",
1303-
"osc"
1299+
"ambiguouswidth" (|t_u7|),
1300+
"cursorblink" (|t_RC|),
1301+
"cursorshape" (|t_RS|),
1302+
"da1" (|t_Ms|),
1303+
"osc",
1304+
"version" (|t_RV|)
13041305
Note このイベントは、特にファイル I/O、シェル
13051306
コマンド、またはその他の時間の掛かるものが関係
13061307
する場合、別のイベントの実行途中でトリガーされ

en/autocmd.txt

Lines changed: 7 additions & 6 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 29
1+
*autocmd.txt* For Vim version 9.1. Last change: 2025 Sep 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1312,11 +1312,12 @@ TermResponseAll After the response to |t_RV|, |t_RC|, |t_RS|,
13121312
|v:termu7resp|, and |v:termosc|
13131313
correspondingly, can be used. <amatch> will
13141314
be set to any of:
1315-
"version",
1316-
"cursorblink",
1317-
"cursorshape",
1318-
"ambiguouswidth",
1319-
"osc"
1315+
"ambiguouswidth" (|t_u7|),
1316+
"cursorblink" (|t_RC|),
1317+
"cursorshape" (|t_RS|),
1318+
"da1" (|t_Ms|),
1319+
"osc",
1320+
"version" (|t_RV|)
13201321
Note that this event may be triggered halfway
13211322
executing another event, especially if file I/O,
13221323
a shell command or anything else that takes time

0 commit comments

Comments
 (0)