]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.607 v7.3.607
authorBram Moolenaar <Bram@vim.org>
Thu, 19 Jul 2012 15:39:07 +0000 (17:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 Jul 2012 15:39:07 +0000 (17:39 +0200)
Problem:    With an 8 color terminal the selected menu item is black on black,
            because darkGrey as bg is the same as black.
Solution:   Swap fg and bg colors. (James McCoy)

src/syntax.c
src/version.c

index b2b610277e93ee83d9397d2741c8b000a04c7777..59a2691a2ba7cb3fdc7125f56e135414f20fd043 100644 (file)
@@ -6653,8 +6653,8 @@ static char *(highlight_init_dark[]) =
             "PmenuThumb ctermbg=White guibg=White"),
        CENT("Pmenu ctermbg=Magenta ctermfg=Black",
             "Pmenu ctermbg=Magenta ctermfg=Black guibg=Magenta"),
-       CENT("PmenuSel ctermbg=DarkGrey ctermfg=Black",
-            "PmenuSel ctermbg=DarkGrey ctermfg=Black guibg=DarkGrey"),
+       CENT("PmenuSel ctermbg=Black ctermfg=DarkGrey",
+            "PmenuSel ctermbg=Black ctermfg=DarkGrey guibg=DarkGrey"),
 #endif
        CENT("Title term=bold ctermfg=LightMagenta",
             "Title term=bold ctermfg=LightMagenta gui=bold guifg=Magenta"),
index cd0d2d7dffab1c6d54374cc2f603f6f089686cd0..5dd3776c45cf9010534822716b77970f1c630de5 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    607,
 /**/
     606,
 /**/