summaryrefslogtreecommitdiff
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-21 00:03:35 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-21 00:03:35 +0200
commit911ead126903aeb9564bad89e46a147ed4959896 (patch)
tree6ae55dbff0ea4728da9dcca02b960f5ec1af6615 /runtime/doc/autocmd.txt
parentad3ec76bb8030b9a1d3f0a49c374d0de2383b977 (diff)
downloadvim-git-911ead126903aeb9564bad89e46a147ed4959896.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt5
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|,