commit | d823fa910cca43fec3c31c030ee908a14c272640 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 16:29:27 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 16:29:27 2016 +0200 |
tree | 3584f177ff749708f006f8f8c3467dff95cc9f97 | |
parent | 107abd2ca53c31fd3bb40d77ff296e98eaae2975 [diff] [blame] |
patch 7.4.2200 Problem: Cannot get all information about a quickfix list. Solution: Add an optional argument to get/set loc/qf list(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index b324c12..66648d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2200, +/**/ 2199, /**/ 2198,