commit | fbf2122cf920a89274ffbefaaeb6c5eeacf5187b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 18:31:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 18:31:25 2020 +0200 |
tree | a3df590436a02b010d7a7f45cd443415796a7d1f | |
parent | 7bdaea6e0df849cf3dd7eaaf454eb88f637d1884 [diff] [blame] |
patch 8.2.0606: several syntax HL errors not checked Problem: Several syntax HL errors not checked. Solution: Add tests. (Yegappan Lakshmanan, closes #5954)
diff --git a/src/version.c b/src/version.c index 7af2e50..b95c7ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 606, +/**/ 605, /**/ 604,