From f07f3b0ed62054976101f8bc0d4dd9f5452fc0f6 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Mon, 17 Sep 2007 19:42:21 +0000 Subject: [PATCH] Disabled selection color change on focus events git-svn-id: http://macvim.googlecode.com/svn/trunk@236 96c4425d-ca35-0410-94e5-3396d5c13a8f --- gvimrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gvimrc b/gvimrc index 22dc7f9f37..043f44b50f 100644 --- a/gvimrc +++ b/gvimrc @@ -1,7 +1,7 @@ " System gvimrc file for MacVim " " Maintainer: Björn Winckler -" Last Change: Sun Sep 9 2007 +" Last Change: Mon Sep 17 2007 " " This is a work in progress. If you feel so inclined, please help me improve " this file. @@ -21,9 +21,10 @@ if !exists("syntax_on") syntax on endif -" Change selection color on focus change -au FocusLost * hi Visual guibg=MacSecondarySelectedControlColor -au FocusGained * hi Visual guibg=MacSelectedTextBackgroundColor +" Change selection color on focus change (disabled until I can figure out how +" to restore the last value for Visual on FocusGained) +"au FocusLost * hi Visual guibg=MacSecondarySelectedControlColor +"au FocusGained * hi Visual guibg=MacSelectedTextBackgroundColor "