commit | e27dba499aaaf2ffe9f0da45f062450b434cddaa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 14:11:10 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 14:11:10 2016 +0100 |
tree | e7c05804b970cebd74f5c980e919adb95144b5dd | |
parent | 00f9e0dbbd3472db217d56639fad9346b9eb3b82 [diff] [blame] |
patch 7.4.1569 Problem: Using old style tests for quickfix. Solution: Change them to new style tests. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index bfb1968..5695515 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1569, +/**/ 1568, /**/ 1567,