|
1 |
| -*autocmd.txt* For Vim version 9.1. Last change: 2023 May 20 |
| 1 | +*autocmd.txt* For Vim version 9.1. Last change: 2024 Jan 14 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -340,6 +340,7 @@ Name triggered by ~
|
340 | 340 | |GUIEnter| after starting the GUI successfully
|
341 | 341 | |GUIFailed| after starting the GUI failed
|
342 | 342 | |TermResponse| after the terminal response to |t_RV| is received
|
| 343 | +|TermResponseAll| after the terminal response to |t_RV| and others is received |
343 | 344 |
|
344 | 345 | |QuitPre| when using `:quit`, before deciding whether to exit
|
345 | 346 | |ExitPre| when using a command that may make Vim exit
|
@@ -1220,6 +1221,24 @@ TermResponse After the response to |t_RV| is received from
|
1220 | 1221 | triggered halfway executing another event,
|
1221 | 1222 | especially if file I/O, a shell command or
|
1222 | 1223 | anything else that takes time is involved.
|
| 1224 | + *TermResponseAll* |
| 1225 | +TermResponseAll After the response to |t_RV|, |t_RC|, |t_RS|, |
| 1226 | + |t_RB|, |t_RF|, or |t_u7| are received from |
| 1227 | + the terminal. The value of |v:termresponse|, |
| 1228 | + |v:termblinkresp|, |v:termstyleresp|, |
| 1229 | + |v:termrbgresp|, |v:termrfgresp|, and |
| 1230 | + |v:termu7resp|, correspondingly, can be used. |
| 1231 | + <amatch> will be set to any of: |
| 1232 | + "version", |
| 1233 | + "cursorblink", |
| 1234 | + "cursorshape", |
| 1235 | + "background", |
| 1236 | + "foreground", |
| 1237 | + "ambiguouswidth" |
| 1238 | + Note that this event may be triggered halfway |
| 1239 | + executing another event, especially if file I/O, |
| 1240 | + a shell command or anything else that takes time |
| 1241 | + is involved. |
1223 | 1242 | *TextChanged*
|
1224 | 1243 | TextChanged After a change was made to the text in the
|
1225 | 1244 | current buffer in Normal mode. That is after
|
|
0 commit comments