diff src/version.c @ 12325:a7eca57d35ee v8.0.1042

patch 8.0.1042: without the syntax feature highlighting doesn't work commit https://github.com/vim/vim/commit/9f45ccd1bf2d2de979d252fdd7e5c9eb3fa6cceb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 2 20:40:35 2017 +0200 patch 8.0.1042: without the syntax feature highlighting doesn't work Problem: Without the syntax feature highlighting doesn't work. Solution: Always use unsigned short to store attributes.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Sep 2017 20:45:05 +0200
parents 4dba3e4f3b01
children 17ed65e87db1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1042,
+/**/
     1041,
 /**/
     1040,