commit | da65058a9c4774dc534c7ae98d24c58b5db669fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 20 15:51:40 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 20 15:51:40 2018 +0100 |
tree | 3b9c05511fd12c806a8cbec528b30f073c24cbe5 | |
parent | 7a76092a51fc5446426a4bfd9eb6503ec61bf9e9 [diff] [blame] |
patch 8.0.1526: no test using a screen dump yet Problem: No test using a screen dump yet. Solution: Add a test for C syntax highlighting. Add helper functions.
diff --git a/src/version.c b/src/version.c index 3bed185..9c869ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1526, +/**/ 1525, /**/ 1524,