commit | 875feea6ce223462d55543735143d747dcaf4287 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 11 16:07:51 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 11 16:07:51 2017 +0200 |
tree | a0b7be972c7799ba4e49b61ef999d3d5df4e3abc | |
parent | 60964f68740b8abcbb2d3f0f3aeade21d1bacb22 [diff] [blame] |
patch 8.0.0634: cannot easily get to the last quickfix list Problem: Cannot easily get to the last quickfix list. Solution: Add "$" as a value for the "nr" argument of getqflist() and setqflist(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index eb25404..d5e5078 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 634, +/**/ 633, /**/ 632,