1
0
forked from aniani/vim

patch 8.0.1669: :vimgrep may add entries to the wrong quickfix list

Problem:    :vimgrep may add entries to the wrong quickfix list.
Solution:   Use the list identifier. (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2018-04-06 22:58:23 +02:00
parent c4b533e1e9
commit e1bb879f49
3 changed files with 80 additions and 51 deletions

View File

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