comparison src/version.c @ 13489:24e8f9044bed v8.0.1618

patch 8.0.1618: color Grey50 is missing in the compiled-in table commit https://github.com/vim/vim/commit/ecadf4377f120200252e023ef6a9aa369e98850a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 20 11:17:04 2018 +0100 patch 8.0.1618: color Grey50 is missing in the compiled-in table Problem: Color Grey50, used for ToolbarLine, is missing in the compiled-in table. Solution: Add the color to the list. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 20 Mar 2018 11:30:06 +0100
parents db5cc048222d
children cc7dc249e371
comparison
equal deleted inserted replaced
13488:f238ebf07c36 13489:24e8f9044bed
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 1618,
769 /**/ 771 /**/
770 1617, 772 1617,
771 /**/ 773 /**/
772 1616, 774 1616,
773 /**/ 775 /**/