comparison 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
comparison
equal deleted inserted replaced
12324:fa16821a3a90 12325:a7eca57d35ee
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1042,
772 /**/ 774 /**/
773 1041, 775 1041,
774 /**/ 776 /**/
775 1040, 777 1040,
776 /**/ 778 /**/