commit | da73253a0b908bad03ddcd625fe3fb32008efbf6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 31 20:58:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 31 20:58:02 2017 +0200 |
tree | 7a66f88692e0727443d87f5158b0e36f753dd1db | |
parent | 3d593c2dc97c5426316bf343910cad911b2f6b49 [diff] [blame] |
patch 8.0.1029: return value of getqflist() is inconsistent Problem: Return value of getqflist() is inconsistent. (Lcd47) Solution: Always return an "items" entry.
diff --git a/src/version.c b/src/version.c index 37afc35..fbf175e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1029, +/**/ 1028, /**/ 1027,