diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-06-26 12:21:15 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-06-26 12:21:15 +0100 |
commit | 8a3b805c6c9cae341d560df9c3567ebbe42a7404 (patch) | |
tree | e4698c444eb52cbb7aff2138a8491debceda4c5a /runtime/doc/version8.txt | |
parent | 0fbc9260a75dfc4d86f20e7c0eb76878f513a212 (diff) | |
download | vim-git-8a3b805c6c9cae341d560df9c3567ebbe42a7404.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/version8.txt')
-rw-r--r-- | runtime/doc/version8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt index 670208fde..1cb95e0a0 100644 --- a/runtime/doc/version8.txt +++ b/runtime/doc/version8.txt @@ -370,8 +370,8 @@ New autocommand events: ~ |OptionSet| after setting any option |TabClosed| after closing a tab page |TabNew| after creating a new tab page -|TextChangedI| after a change was made to the text in Insert mode |TextChanged| after a change was made to the text in Normal mode +|TextChangedI| after a change was made to the text in Insert mode |WinNew| after creating a new window |