commit | a3921f48c6b31a035c80fda49925dd3b42df0dec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 15:30:34 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 04 15:30:34 2017 +0200 |
tree | ef06c95571a9fc007239abf83cf37b37e3c63336 | |
parent | 45e5fd135da5710f24a1acc142692f120f8b0b78 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e96a388..70d6201 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 608, +/**/ 607, /**/ 606,