Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 9468761a771851f5c68a11db2ba76c21 > files > 6

vim-7.2.065-9.4mdv2008.0.src.rpm

--- syntax/syncolor.vim.orig	2002-10-31 17:55:11.000000000 +0100
+++ runtime/syntax/syncolor.vim	2002-10-31 17:53:19.000000000 +0100
@@ -42,7 +42,11 @@
   SynColor Underlined	term=underline cterm=underline ctermfg=LightBlue gui=underline guifg=#80a0ff
   SynColor Ignore	term=NONE cterm=NONE ctermfg=black ctermbg=NONE gui=NONE guifg=bg guibg=NONE
 else
-  SynColor Comment	term=bold cterm=NONE ctermfg=DarkBlue ctermbg=NONE gui=NONE guifg=Blue guibg=NONE
+  if ! has("gui_running")
+    SynColor Comment	term=bold cterm=NONE ctermfg=Blue ctermbg=NONE gui=NONE guifg=Blue guibg=NONE
+  else
+    SynColor Comment	term=bold cterm=NONE ctermfg=DarkBlue ctermbg=NONE gui=NONE guifg=Blue guibg=NONE
+  endif
   SynColor Constant	term=underline cterm=NONE ctermfg=DarkRed ctermbg=NONE gui=NONE guifg=Magenta guibg=NONE
   SynColor Special	term=bold cterm=NONE ctermfg=DarkMagenta ctermbg=NONE gui=NONE guifg=SlateBlue guibg=NONE
   SynColor Identifier	term=underline cterm=NONE ctermfg=DarkCyan ctermbg=NONE gui=NONE guifg=DarkCyan guibg=NONE