summaryrefslogtreecommitdiffstats
path: root/runtime/doc/autocmd.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-04 22:43:20 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-04 22:43:20 +0000
commita65576059ffd417d98091029f400bc931b4251ca (patch)
treec62a52fa84d4e3bc8d5b374d4aad0499e87d8b56 /runtime/doc/autocmd.txt
parent41cabdadc280c26b06752be6606b0cc39845dafc (diff)
updated for version 7.0193
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r--runtime/doc/autocmd.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 8735b5cab1..bc55a61a15 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -620,11 +620,12 @@ MenuPopup Just before showing the popup menu (under the
c Commmand line
*QuickFixCmdPre*
QuickFixCmdPre Before a quickfix command is run (|:make|,
- |:grep|, |:grepadd|, |:vimgrep|,
- |:vimgrepadd|). The pattern is matched against
- the command being run. When |:grep| is used
- but 'grepprg' is set to "internal" it still
- matches "grep".
+ |:lmake|, |:grep|, |:lgrep|, |:grepadd|,
+ |:lgrepadd|, |:vimgrep|, |:lvimgrep|,
+ |:vimgrepadd|, |:vimgrepadd|). The pattern is
+ matched against the command being run. When
+ |:grep| is used but 'grepprg' is set to
+ "internal" it still matches "grep".
This command cannot be used to set the
'makeprg' and 'grepprg' variables.
If this command causes an error, the quickfix