commit | f0ab01f6d868164ed0bb247b6f7b152e6929ef18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 06 22:00:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 06 22:00:00 2019 +0200 |
tree | 077cbb1f5cda1ddc353496614d086d2289dae71d | |
parent | d1362211291c85d29609baab65abc764b1aec169 [diff] [blame] |
patch 8.1.1285: test17 is old style Problem: Test17 is old style. Solution: Turn into new style test. (Yegappan Lakshmanan, closes #4347)
diff --git a/src/version.c b/src/version.c index bb310e2..f4344aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1285, +/**/ 1284, /**/ 1283,