File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Aug 10
1
+ *autocmd.txt* For Vim バージョン 9.1. Last change: 2024 Aug 12
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1428,8 +1428,8 @@ WinLeave Before leaving a window. If the window to be
1428
1428
WinNewPre Before creating a new window. Triggered
1429
1429
before commands that modify window layout by
1430
1430
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
1433
1433
initialized yet and so is generally not safe.
1434
1434
It is not allowed to modify window layout
1435
1435
while executing commands for the WinNewPre
You can’t perform that action at this time.
0 commit comments