commit | 1ab74a5af36933f1c3023a910af20280bb79bd6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 31 20:02:53 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 31 20:02:53 2019 +0200 |
tree | 8fb0897c575b38961531c8885367ed55de0ffaed | |
parent | eea169983654de8a502c2c6521696a4b504abfa3 [diff] [blame] |
patch 8.1.1434: test 3 is old style Problem: Test 3 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #4460)
diff --git a/src/version.c b/src/version.c index b3f7ee9..03ee632 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1434, +/**/ 1433, /**/ 1432,