commit | fc2b270cfd36230166df486aae4d96d9d1f32755 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 15 22:43:07 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 15 22:43:07 2017 +0200 |
tree | 5ac8fa6f9e68be4fcbe41fc046f1e0734a0a649a | |
parent | b5e79ef5a9e85f5bb70eb4cc6e12cbeec2a820ca [diff] [blame] |
patch 8.0.1112: can't get size or current index from quickfix list Problem: Can't get size or current index from quickfix list. Solution: Add "idx" and "size" options. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 8546911..ce9d2c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1112, +/**/ 1111, /**/ 1110,