diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-03-07 20:13:49 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-03-07 20:13:49 +0100 |
commit | 8ec1f8523b309aa9eb52e2854fc9a4b9559ebe80 (patch) | |
tree | f750ef454c0be79d5651167cfbea9d630a3f99c6 /runtime | |
parent | 917ba89f7f787873cbfc9ce2e8a20b948843f0ae (diff) | |
download | vim-8ec1f8523b309aa9eb52e2854fc9a4b9559ebe80.zip |
updated for version 7.3.468
Problem: For some compilers the error file is not easily readable.
Solution: Use QuickFixCmdPre for more commands. (Marcin Szamotulski)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/autocmd.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index d6338ee67..44d2d62c4 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -711,7 +711,10 @@ QuickFixCmdPre Before a quickfix command is run (|:make|, *QuickFixCmdPost* QuickFixCmdPost Like QuickFixCmdPre, but after a quickfix command is run, before jumping to the first - location. See |QuickFixCmdPost-example|. + location. For |:cfile| and |:lfile| commands + it is run after error file is read and before + moving to the first error. + See |QuickFixCmdPost-example|. *RemoteReply* RemoteReply When a reply from a Vim that functions as server was received |server2client()|. The |