From: Iain Patterson Date: Mon, 4 Jan 2010 14:48:32 +0000 (+0000) Subject: Match CursorColumn highlighting to CursorLine. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=d6baabb1ccd5d49336ae412d1416683e43b4f472;ds=sidebyside Match CursorColumn highlighting to CursorLine. --- diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index 1ceaf05..320ade5 100644 --- 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 X("Pmenu", "#ffffff", "#287eff", "")