diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1618,
+/**/
     1617,
 /**/
     1616,