Skip to content

Commit 207ab5f

Browse files
committed
Update by original
1 parent 0b274a1 commit 207ab5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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: 2024 Aug 10
1+
*autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Aug 12
22

33

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

en/autocmd.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim version 9.1. Last change: 2024 Aug 10
1+
*autocmd.txt* For Vim version 9.1. Last change: 2024 Aug 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1428,8 +1428,8 @@ WinLeave Before leaving a window. If the window to be
14281428
WinNewPre Before creating a new window. Triggered
14291429
before commands that modify window layout by
14301430
creating a split.
1431-
Not done for creating tabs or for the first
1432-
window, as the window structure is not
1431+
Not done when creating tab pages and for the
1432+
first window, as the window structure is not
14331433
initialized yet and so is generally not safe.
14341434
It is not allowed to modify window layout
14351435
while executing commands for the WinNewPre

0 commit comments

Comments
 (0)