commit | 1aa5f1c21fea60fe64cdcdf6990bf43ea5cc78a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 21:57:51 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 21:57:51 2023 +0100 |
tree | 658ca00ef7ab8de97335c82a29858187a2427dd4 | |
parent | 982ded68b660d6c9849bfdc1b0dc469909266e1e [diff] |
patch 9.0.1647: insufficient testing for syntax plugins Problem: Insufficient testing for syntax plugins. Solution: Add shell file examples. (Charles Campbell) Create a messages file for easier debugging and reporting the test results.
diff --git a/src/version.c b/src/version.c index 24ce994..b027efd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1647, +/**/ 1646, /**/ 1645,