Skip to content

Commit 3200b28

Browse files
authored
Merge pull request #2486 from h-east/update-autocmd
Update autocmd.{txt,jax}
2 parents 11af2a6 + dd2309f commit 3200b28

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

doc/autocmd.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+
*autocmd.txt* For Vim バージョン 9.1. Last change: 2026 Jan 30
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar

en/autocmd.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*autocmd.txt* For Vim version 9.1. Last change: 2026 Jan 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -874,7 +874,8 @@ FileChangedShell When Vim notices that the modification time of
874874
to tell Vim what to do next.
875875
NOTE: When this autocommand is executed, the
876876
current buffer "%" may be different from the
877-
buffer that was changed, which is in "<afile>".
877+
buffer that was changed, which is in
878+
"<afile>".
878879
NOTE: The commands must not change the current
879880
buffer, jump to another buffer or delete a
880881
buffer. *E246* *E811*
@@ -1324,9 +1325,9 @@ TermResponseAll After the response to |t_RV|, |t_RC|, |t_RS|,
13241325
"osc",
13251326
"version" (|t_RV|)
13261327
Note that this event may be triggered halfway
1327-
executing another event, especially if file I/O,
1328-
a shell command or anything else that takes time
1329-
is involved.
1328+
executing another event, especially if file
1329+
I/O, a shell command or anything else that
1330+
takes time is involved.
13301331
*TextChanged*
13311332
TextChanged After a change was made to the text in the
13321333
current buffer in Normal mode. That is after
@@ -1455,8 +1456,9 @@ VimResume When the Vim instance is resumed after being
14551456
:autocmd VimResume * checktime
14561457
< *VimSuspend*
14571458
VimSuspend When the Vim instance is suspended. Only when
1458-
CTRL-Z was typed inside Vim, or when the SIGTSTP
1459-
signal was sent to Vim, but not for SIGSTOP.
1459+
CTRL-Z was typed inside Vim, or when the
1460+
SIGTSTP signal was sent to Vim, but not for
1461+
SIGSTOP.
14601462
*WinClosed*
14611463
WinClosed When closing a window, just before it is
14621464
removed from the window layout. The pattern

0 commit comments

Comments
 (0)