1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2012-03-07 20:13:49 +01:00
parent 917ba89f7f
commit 8ec1f8523b
3 changed files with 36 additions and 2 deletions

View File

@@ -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