1
0
forked from aniani/vim

patch 8.0.1353: QuickFixCmdPost is not used consistently

Problem:    QuickFixCmdPost is not used consistently.
Solution:   Invoke QuickFixCmdPost consistently after QuickFixCmdPre.
            (Yegappan Lakshmanan, closes #2377)
This commit is contained in:
Bram Moolenaar
2017-11-28 18:03:44 +01:00
parent f38c86eb6b
commit 1ed2276fd5
3 changed files with 146 additions and 43 deletions

View File

@@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1353,
/**/
1352,
/**/