git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
185902d
)
Fixed Ignore syntax.
author
Iain Patterson
<me@iain.cx>
Fri, 8 Aug 2008 14:45:17 +0000
(14:45 +0000)
committer
Iain Patterson
<me@iain.cx>
Fri, 8 Aug 2008 14:45:17 +0000
(14:45 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@127
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.vim/colors/darkblue256.vim
patch
|
blob
|
history
diff --git
a/.vim/colors/darkblue256.vim
b/.vim/colors/darkblue256.vim
index
9c07fb3
..
497f256
100644
(file)
--- 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 <SID>X("Statement", "ffff60", "", "none")
call <SID>X("PreProc", "ff80ff", "", "none")
call <SID>X("Type", "60ff60", "", "none")
- call <SID>X("Ignore", "
", "", "reverse
")
+ call <SID>X("Ignore", "
ffffff", "", "
")
endif
" vim: set fdl=0 fdm=marker: