commit | 46acad7284cba7842b5e505fa3d07e99806d246f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 11 19:04:18 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 11 19:04:18 2023 +0100 |
tree | 7ae53661500fb477e8b605c71129273551089441 | |
parent | 10e8ff9b26078994cae57c2422b145d37aaf714e [diff] |
patch 9.0.1627: no generic mechanism to test syntax plugins Problem: No generic mechanism to test syntax plugins. Solution: Add a syntax plugin test mechanism, using screendumps. Add a simple test for "c".
diff --git a/src/version.c b/src/version.c index 6d65a6c..56425ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1627, +/**/ 1626, /**/ 1625,