commit | 5b69c22fd2bf0c0d32aab90ee4c7ef74259d2c4c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 14:50:06 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 14:50:06 2019 +0100 |
tree | dcbcdbcaeeba17cdb70d523f6192c65f53716fa8 | |
parent | 870ba5f6dce974b6c1c47bf9d3b20db805d10b36 [diff] [blame] |
patch 8.1.0720: cannot easily change the current quickfx list index Problem: Cannot easily change the current quickfx list index. Solution: Add the "idx" argument to setqflist(). (Yegappan Lakshmanan, closes #3701)
diff --git a/src/version.c b/src/version.c index 6ec6033..60dadf1 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 720, +/**/ 719, /**/ 718,