commit | 1cee693b310e1494115a1677fac064941092e1bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 09 22:17:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 09 22:17:22 2016 +0200 |
tree | 205f525a5abb386a8639341814e37574fda002a2 | |
parent | 1fd99c1ca89a3d13bb53aff4a5a8f5ee740713e5 [diff] [blame] |
patch 7.4.1912 Problem: No test for using setqflist() on an older quickfix list. Solution: Add a couple of tests.
diff --git a/src/version.c b/src/version.c index 42e1787..9fdd93f 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1912, +/**/ 1911, /**/ 1910,