|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -874,7 +874,8 @@ FileChangedShell When Vim notices that the modification time of |
874 | 874 | to tell Vim what to do next. |
875 | 875 | NOTE: When this autocommand is executed, the |
876 | 876 | 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>". |
878 | 879 | NOTE: The commands must not change the current |
879 | 880 | buffer, jump to another buffer or delete a |
880 | 881 | buffer. *E246* *E811* |
@@ -1324,9 +1325,9 @@ TermResponseAll After the response to |t_RV|, |t_RC|, |t_RS|, |
1324 | 1325 | "osc", |
1325 | 1326 | "version" (|t_RV|) |
1326 | 1327 | 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. |
1330 | 1331 | *TextChanged* |
1331 | 1332 | TextChanged After a change was made to the text in the |
1332 | 1333 | current buffer in Normal mode. That is after |
@@ -1455,8 +1456,9 @@ VimResume When the Vim instance is resumed after being |
1455 | 1456 | :autocmd VimResume * checktime |
1456 | 1457 | < *VimSuspend* |
1457 | 1458 | 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. |
1460 | 1462 | *WinClosed* |
1461 | 1463 | WinClosed When closing a window, just before it is |
1462 | 1464 | removed from the window layout. The pattern |
|
0 commit comments