summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-03-07 20:13:49 +0100
committerBram Moolenaar <Bram@vim.org>2012-03-07 20:13:49 +0100
commit8ec1f8523b309aa9eb52e2854fc9a4b9559ebe80 (patch)
treef750ef454c0be79d5651167cfbea9d630a3f99c6 /runtime
parent917ba89f7f787873cbfc9ce2e8a20b948843f0ae (diff)
updated for version 7.3.468v7.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.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index d6338ee675..44d2d62c46 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