commit | 72fcf07b0639b49be3305de141d777baa9c965a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 27 22:21:44 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 27 22:21:44 2019 +0200 |
tree | 494c0feedf260e6e28944677ce00e13503dc065d | |
parent | 7833dab73c658e65f38553af89fd60c57a11ef49 [diff] [blame] |
patch 8.1.1412: test 30 is old style Problem: Test 30 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4440)
diff --git a/src/version.c b/src/version.c index b0cb4c1..d522141 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1412, +/**/ 1411, /**/ 1410,