diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-02-20 15:51:40 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-02-20 15:51:40 +0100 |
commit | da65058a9c4774dc534c7ae98d24c58b5db669fa (patch) | |
tree | 3b9c05511fd12c806a8cbec528b30f073c24cbe5 /src/version.c | |
parent | 7a76092a51fc5446426a4bfd9eb6503ec61bf9e9 (diff) | |
download | vim-git-8.0.1526.tar.gz |
patch 8.0.1526: no test using a screen dump yetv8.0.1526
Problem: No test using a screen dump yet.
Solution: Add a test for C syntax highlighting. Add helper functions.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 3bed185ec..9c869caee 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1526, +/**/ 1525, /**/ 1524, |