1
0
forked from aniani/vim

patch 8.0.0574: get only one quickfix list after :caddbuf

Problem:    Get only one quickfix list after :caddbuf.
Solution:   Reset qf_multiline. (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2017-04-20 22:44:47 +02:00
parent 91b6e4591a
commit 99895eac1c
3 changed files with 83 additions and 15 deletions

View File

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