commit | afc13bd8271819c7871ff2ae2cfebb22190a0d39 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 16 22:43:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 16 22:43:31 2019 +0100 |
tree | 29ac3ef9ad7dd3c020120ed9842b3ae376298d71 | |
parent | ddef129160ff0676e5da482071fb2fdc2988ac34 [diff] [blame] |
patch 8.2.0014: test69 and test95 are old style Problem: Test69 and test95 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5365)
diff --git a/src/version.c b/src/version.c index fec1465..713d06c 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 14, +/**/ 13, /**/ 12,