1
0
forked from aniani/vim

patch 8.1.1098: quickfix code duplication

Problem:    Quickfix code duplication.
Solution:   Refactor the qf_init_ext() function. (Yegappan Lakshmanan,
            closes #4193)
This commit is contained in:
Bram Moolenaar
2019-03-31 15:31:59 +02:00
parent 4fc8e2f8bb
commit 95946f1209
3 changed files with 74 additions and 59 deletions

View File

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