1
0
forked from aniani/vim

patch 8.0.0608: cannot manipulate other than the current quickfix list

Problem:    Cannot manipulate other than the current quickfix list.
Solution:   Pass the list index to quickfix functions. (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2017-06-04 15:30:34 +02:00
parent 45e5fd135d
commit a3921f48c6
2 changed files with 40 additions and 28 deletions

View File

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