diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-14 23:14:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-14 23:14:42 +0200 |
commit | f1eeae94fd78f81d85d2abe3d955dc21d5ef979c (patch) | |
tree | d647940aa277e80aec1cf26d5be37643ca9a0145 /runtime/doc/autocmd.txt | |
parent | 70b11cdd56a062d19eefb483f549da1578aaea40 (diff) | |
download | vim-git-f1eeae94fd78f81d85d2abe3d955dc21d5ef979c.tar.gz |
updated for version 7.2.433v7.2.433
Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost.
Solution: Add cscope support for these autocmd events. (Bryan Venteicher)
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 20b5e6a48..d1e53c4a9 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -678,10 +678,10 @@ MenuPopup Just before showing the popup menu (under the QuickFixCmdPre Before a quickfix command is run (|:make|, |:lmake|, |:grep|, |:lgrep|, |:grepadd|, |:lgrepadd|, |:vimgrep|, |:lvimgrep|, - |:vimgrepadd|, |:lvimgrepadd|). The pattern is - matched against the command being run. When - |:grep| is used but 'grepprg' is set to - "internal" it still matches "grep". + |:vimgrepadd|, |:lvimgrepadd|, |:cscope|). + 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 |