|
1 |
| -*autocmd.txt* For Vim version 9.1. Last change: 2025 Mar 08 |
| 1 | +*autocmd.txt* For Vim version 9.1. Last change: 2025 Mar 12 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -387,6 +387,7 @@ Name triggered by ~
|
387 | 387 | |TabNew| after creating a new tab page
|
388 | 388 | |WinClosed| after closing a window
|
389 | 389 | |TabClosed| after closing a tab page
|
| 390 | +|TabClosedPre| before closing a tab page |
390 | 391 | |WinEnter| after entering another window
|
391 | 392 | |WinLeave| before leaving a window
|
392 | 393 | |TabEnter| after entering another tab page
|
@@ -1232,6 +1233,10 @@ Syntax When the 'syntax' option has been set. The
|
1232 | 1233 | See |:syn-on|.
|
1233 | 1234 | *TabClosed*
|
1234 | 1235 | TabClosed After closing a tab page.
|
| 1236 | + *TabClosedPre* |
| 1237 | +TabClosedPre Before closing a tab page. The window layout |
| 1238 | + is locked, thus opening and closing of windows |
| 1239 | + is prohibited. |
1235 | 1240 | *TabEnter*
|
1236 | 1241 | TabEnter Just after entering a tab page. |tab-page|
|
1237 | 1242 | After triggering the WinEnter and before
|
@@ -1346,6 +1351,10 @@ TextYankPost After text has been yanked or deleted in the
|
1346 | 1351 | called recursively.
|
1347 | 1352 | It is not allowed to change the buffer text,
|
1348 | 1353 | see |textlock|. *E1064*
|
| 1354 | + Also triggered indirectly when Vim tries to |
| 1355 | + become owner of the Visual selection because |
| 1356 | + of setting "autoselect" for 'guioptions' or |
| 1357 | + 'clipboard'. |
1349 | 1358 | {only when compiled with the +eval feature}
|
1350 | 1359 |
|
1351 | 1360 | *User*
|
|
0 commit comments