Fixed cursor colour when matchign brackets.
authorIain Patterson <me@iain.cx>
Tue, 20 May 2008 12:48:25 +0000 (12:48 +0000)
committerIain Patterson <me@iain.cx>
Tue, 20 May 2008 12:48:25 +0000 (12:48 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@111 6be0d1a5-5cfe-0310-89b6-964be062b18b

.vimrc

diff --git a/.vimrc b/.vimrc
index a4e0298..1d33447 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -93,6 +93,10 @@ se hlsearch
 " Syntax highlighting.
 syn on
 
+" Use a discernably different colour to highlight the cursor which shows 
+" matching brackets.  Our regular cursor is green so use blue instead of cyan.
+hi MatchParen ctermbg=blue
+
 " Catch typos.
 command! W :w
 command! Wq :wq