-*autocmd.txt* For Vim version 9.1. Last change: 2024 Aug 12
+*autocmd.txt* For Vim version 9.1. Last change: 2024 Aug 18
VIM REFERENCE MANUAL by Bram Moolenaar
character is used.
The following values of |v:event| are set:
typed The key is typed or not.
- typedchar The (actual) typed key.
+ typedchar The (actual) typed key since
+ the last |KeyInputPre| call.
+ Note: "typedchar" may be empty if successive
+ |KeyInputPre| autocmds are processed.
It is not allowed to change the text
|textlock| or the current mode.
{only with the +eval feature}