commit | 999dc14644b8a9530ce0da22e90ca402c95c9c5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 19 21:44:08 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 19 21:44:08 2019 +0200 |
tree | 12accea49ac79440cbb9fbca9daad2004d0be92b | |
parent | 8471e57026714c5a0faf89288ceef5231fb88d4f [diff] [blame] |
patch 8.1.1357: test 37 is old style Problem: Test 37 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4398)
diff --git a/src/version.c b/src/version.c index 2dd024f..edc72ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1357, +/**/ 1356, /**/ 1355,