1
0
forked from aniani/vim

patch 8.1.1062: quickfix code is repeated

Problem:    Quickfix code is repeated.
Solution:   Define FOR_ALL_QFL_ITEMS(). Move some code to separate functions.
            (Yegappan Lakshmanan, closes #4166)
This commit is contained in:
Bram Moolenaar
2019-03-28 20:31:07 +01:00
parent 0e97b94875
commit a16123a666
2 changed files with 217 additions and 144 deletions

View File

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