]> granicus.if.org Git - vim/commitdiff
patch 7.4.2078 v7.4.2078
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jul 2016 21:36:31 +0000 (23:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jul 2016 21:36:31 +0000 (23:36 +0200)
Problem:    Running checks in po diretory fails.
Solution:   Add colors used in syntax.c to the builtiin color table.

src/term.c
src/version.c

index aecdadfed76406816508e0e9b52f9f07773545e2..73f1f317b54df08cfe0599b5f2b9aaa1597096ea 100644 (file)
@@ -6104,6 +6104,7 @@ gui_get_color_cmn(char_u *name)
            {(char_u *)"gray",          RGB(0xBE, 0xBE, 0xBE)},
            {(char_u *)"green",         RGB(0x00, 0xFF, 0x00)},
            {(char_u *)"grey",          RGB(0xBE, 0xBE, 0xBE)},
+           {(char_u *)"grey90",        RGB(0xE5, 0xE5, 0xE5)},
            {(char_u *)"lightblue",     RGB(0xAD, 0xD8, 0xE6)},
            {(char_u *)"lightcyan",     RGB(0xE0, 0xFF, 0xFF)},
            {(char_u *)"lightgray",     RGB(0xD3, 0xD3, 0xD3)},
@@ -6114,6 +6115,7 @@ gui_get_color_cmn(char_u *name)
            {(char_u *)"lightyellow",   RGB(0xFF, 0xFF, 0xE0)},
            {(char_u *)"magenta",       RGB(0xFF, 0x00, 0xFF)},
            {(char_u *)"red",           RGB(0xFF, 0x00, 0x00)},
+           {(char_u *)"seagreen",      RGB(0x2E, 0x8B, 0x57)},
            {(char_u *)"white",         RGB(0xFF, 0xFF, 0xFF)},
            {(char_u *)"yellow",        RGB(0xFF, 0xFF, 0x00)},
     };
index 892894af73755b6ab82979f6e3a0efcb9700f932..c3443fe26eee1cb984531bac45d0ad7afc4eba6f 100644 (file)
@@ -758,6 +758,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2078,
 /**/
     2077,
 /**/