commit | 248fdb33320641804afed4bdf5dc5cddb1cf64f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 19:31:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 15 19:31:28 2019 +0200 |
tree | b89128f084d9674c4cd608a4060dbc049d636138 | |
parent | e00fdf35d069de4effe07125333bb9ff35b1915d [diff] [blame] |
patch 8.1.2041: no test for diff mode with syntax highlighting Problem: No test for diff mode with syntax highlighting. Solution: Add a test case.
diff --git a/src/version.c b/src/version.c index bf0d350..370de36 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2041, +/**/ 2040, /**/ 2039,