commit | 9470a4d88acf948af1596101527b3a505f8c14e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 16:49:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 16:49:11 2020 +0200 |
tree | e8bea2176097aa78882d5624011b21645130e65d | |
parent | 8e1986e3896cc8c2a05fc6291a39ebb275e1cebf [diff] [blame] |
patch 8.2.1383: test 49 is old style Problem: Test 49 is old style. Solution: Convert test cases to new style. (Yegappan Lakshmanan, closes #6638)
diff --git a/src/version.c b/src/version.c index 5c745df..e6b8a89 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1383, +/**/ 1382, /**/ 1381,