commit | 6a8958db259d4444da6e6956e54a6513c1af8860 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 21:33:20 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 21:33:20 2017 +0200 |
tree | d4d9541e7aa99dca7aa933c4dfca980bb142792e | |
parent | 6f9a476b2f2f0bb5c50d703ec4fc535ffd5bfe8f [diff] [blame] |
patch 8.0.0657: cannot get and set quickfix list items Problem: Cannot get and set quickfix list items. Solution: Add the "items" argument to getqflist() and setqflist(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index fd57e48..58ae3ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 657, +/**/ 656, /**/ 655,