From: Iain Patterson Date: Fri, 8 Aug 2008 14:45:17 +0000 (+0000) Subject: Fixed Ignore syntax. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=e5d859b4bed8833f77443a858661edb324b89e65;p=profile.git Fixed Ignore syntax. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@127 6be0d1a5-5cfe-0310-89b6-964be062b18b --- diff --git a/.vim/colors/darkblue256.vim b/.vim/colors/darkblue256.vim index 9c07fb3..497f256 100644 --- a/.vim/colors/darkblue256.vim +++ b/.vim/colors/darkblue256.vim @@ -251,7 +251,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Statement", "ffff60", "", "none") call X("PreProc", "ff80ff", "", "none") call X("Type", "60ff60", "", "none") - call X("Ignore", "", "", "reverse") + call X("Ignore", "ffffff", "", "") endif " vim: set fdl=0 fdm=marker: