diff src/version.c @ 18092:995925603ea0 v8.1.2041

patch 8.1.2041: no test for diff mode with syntax highlighting Commit: https://github.com/vim/vim/commit/248fdb33320641804afed4bdf5dc5cddb1cf64f5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 15 19:31:28 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Sep 2019 19:45:03 +0200
parents a6c74689fb97
children a1396a35444c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2041,
+/**/
     2040,
 /**/
     2039,