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:
1142d25
)
Match CursorColumn highlighting to CursorLine.
author
Iain Patterson
<me@iain.cx>
Mon, 4 Jan 2010 14:48:32 +0000
(14:48 +0000)
committer
Iain Patterson
<me@iain.cx>
Mon, 4 Jan 2010 15:27:10 +0000
(15:27 +0000)
.vim/colors/iain.vim
patch
|
blob
|
history
diff --git
a/.vim/colors/iain.vim
b/.vim/colors/iain.vim
index
1ceaf05
..
320ade5
100644
(file)
--- a/
.vim/colors/iain.vim
+++ b/
.vim/colors/iain.vim
@@
-295,6
+295,8
@@
if has("gui_running") || &t_Co == 88 || &t_Co == 256
hi! link TabLineSel StatusLine
hi! link TabLine StatusLineNC
+ hi! link CursorColumn CursorLine
+
hi MatchParen ctermbg=blue
call <SID>X("Pmenu", "#ffffff", "#287eff", "")