From 41b041e1eacb02ba97c7826e20fa90b5be700663 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Tue, 20 May 2008 12:48:25 +0000 Subject: [PATCH] Fixed cursor colour when matchign brackets. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@111 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index a4e0298..1d33447 100644 --- 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 -- 2.7.4