Skip to content

Commit f0ca085

Browse files
committed
Update by original
1 parent 627f196 commit f0ca085

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/autocmd.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1299,7 +1299,7 @@ TermResponseAll ターミナルから |t_RV|、|t_RC|、|t_RS|、|t_u7|
12991299
"ambiguouswidth" (|t_u7|),
13001300
"cursorblink" (|t_RC|),
13011301
"cursorshape" (|t_RS|),
1302-
"da1" (|t_Ms|),
1302+
"da1",
13031303
"osc",
13041304
"version" (|t_RV|)
13051305
Note このイベントは、特にファイル I/O、シェル

en/autocmd.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim version 9.1. Last change: 2025 Sep 01
1+
*autocmd.txt* For Vim version 9.1. Last change: 2025 Sep 02
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
"ambiguouswidth" (|t_u7|),
13161316
"cursorblink" (|t_RC|),
13171317
"cursorshape" (|t_RS|),
1318-
"da1" (|t_Ms|),
1318+
"da1",
13191319
"osc",
13201320
"version" (|t_RV|)
13211321
Note that this event may be triggered halfway

0 commit comments

Comments
 (0)