commit | 75e15670b8749845cde2962ddb738dd5c6e73191 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 13:10:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 28 13:10:22 2020 +0200 |
tree | 35816d2c2dbda17edd6619d77b10fff90e4e115d | |
parent | faf8626b79e380fe81e7ae2439a535ed7619d27b [diff] [blame] |
patch 8.2.1077: no enough test coverage for highlighting Problem: No enough test coverage for highlighting. Solution: Add more tests. (Yegappan Lakshmanan, closes #6351)
diff --git a/src/version.c b/src/version.c index 948f561..d9a36e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1077, +/**/ 1076, /**/ 1075,