commit | de8f0f47f653ff10bd8cc12b3e0817ed5bdf64ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 30 18:45:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 30 18:45:43 2020 +0200 |
tree | 6e813896185674a9ca6e9a6f95eb423cb2139f32 | |
parent | f151ad1c70825a91afb112e611db5c712e2656ef [diff] [blame] |
patch 8.2.1097: highlight code not sufficiently tested Problem: Highlight code not sufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #6359)
diff --git a/src/version.c b/src/version.c index f0ed380..c9815bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1097, +/**/ 1096, /**/ 1095,