comparison src/version.c @ 13495:459c4b29b6c1 v8.0.1621

patch 8.0.1621: using invalid default value for highlight attribute commit https://github.com/vim/vim/commit/6185903e3d07eb53326fc1403fc2de97ca31b775 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 20 13:00:25 2018 +0100 patch 8.0.1621: using invalid default value for highlight attribute Problem: Using invalid default value for highlight attribute. Solution: Use zero instead of -1.
author Christian Brabandt <cb@256bit.org>
date Tue, 20 Mar 2018 13:15:07 +0100
parents 96de13023cad
children 23ae1853abbb
comparison
equal deleted inserted replaced
13494:3f7f1579151c 13495:459c4b29b6c1
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1621,
769 /**/ 771 /**/
770 1620, 772 1620,
771 /**/ 773 /**/
772 1619, 774 1619,
773 /**/ 775 /**/