commit | 2c809b7c7d2bb5e4b7fd09c3d312cadecf0c1ff0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 01 18:34:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 01 18:34:02 2017 +0200 |
tree | c64d894616ef09e1e92bec3a94d385d913ec48d6 | |
parent | 9e8dcf9d6fa15523800005a32d40cf0382178ab0 [diff] [blame] |
patch 8.0.1031: "text" argument for getqflist() is confusing Problem: "text" argument for getqflist() is confusing. (Lcd47) Solution: Use "lines" instead. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index d5257a7..4eff429 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1031, +/**/ 1030, /**/ 1029,