diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-07-15 20:20:18 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-07-15 20:20:18 +0200 |
commit | b477af2260d9bc7ae7f743f0a14265d7ee12ee09 (patch) | |
tree | 0f0bf173f95162a2234265ee8394a6f308cef984 /runtime/doc/autocmd.txt | |
parent | 2196bca7377ff245866cc3cee65b0adb48432ac3 (diff) | |
download | vim-git-b477af2260d9bc7ae7f743f0a14265d7ee12ee09.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 0206e7efa..051dedbdb 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -345,7 +345,7 @@ Name triggered by ~ when popup menu is not visible |TextChangedP| after a change was made to the text in Insert mode when popup menu visible -|TextYankPost| after text is yanked or deleted +|TextYankPost| after text has been yanked or deleted |ColorSchemePre| before loading a color scheme |ColorScheme| after loading a color scheme |