diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-21 00:03:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-21 00:03:35 +0200 |
commit | 911ead126903aeb9564bad89e46a147ed4959896 (patch) | |
tree | 6ae55dbff0ea4728da9dcca02b960f5ec1af6615 /runtime/doc/autocmd.txt | |
parent | ad3ec76bb8030b9a1d3f0a49c374d0de2383b977 (diff) | |
download | vim-git-911ead126903aeb9564bad89e46a147ed4959896.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index c4bc004d2..edd1f54f2 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -1,4 +1,4 @@ -*autocmd.txt* For Vim version 8.1. Last change: 2019 Apr 04 +*autocmd.txt* For Vim version 8.1. Last change: 2019 Apr 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -587,7 +587,7 @@ CompleteChanged *CompleteChanged* recursively. Sets these |v:event| keys: - completed_item + completed_item See |complete-items|. height nr of items visible width screen cells row top screen row @@ -895,7 +895,6 @@ OptionSet After setting an option. The pattern is When using |:set| in the autocommand the event is not triggered again. - *QuickFixCmdPre* QuickFixCmdPre Before a quickfix command is run (|:make|, |:lmake|, |:grep|, |:lgrep|, |:grepadd|, |