commit | d106e5ba7f10f0d2a14eaefe5d78405044416cb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 19:38:07 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 19:38:07 2016 +0200 |
tree | 285f21d1cf7d9554d3191b4cec9f05f9018e8d6b | |
parent | 4adfaabfe7e07da9546b45130cad0d266ba48611 [diff] [blame] |
patch 7.4.1768 Problem: Arguments of setqflist() are not checked properly. Solution: Add better checks, add a test. (Nikolai Pavlov, Hirohito Higashi, closes #661)
diff --git a/src/version.c b/src/version.c index 1b15ded..9c03872 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1768, +/**/ 1767, /**/ 1766,