diff --git a/gvimrc b/gvimrc index 63fbc3b2c3..4634e661fa 100644 --- a/gvimrc +++ b/gvimrc @@ -1,6 +1,6 @@ " System gvimrc file for MacVim " -" Maintainer: Björn Winckler +" Maintainer: Bjorn Winckler " Last Change: Mon Sep 17 2007 " " This is a work in progress. If you feel so inclined, please help me improve @@ -21,10 +21,6 @@ if !exists("syntax_on") syntax on endif -" 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 " diff --git a/vimrc b/vimrc index 6f6c4c36f0..b4ea93ecaa 100644 --- a/vimrc +++ b/vimrc @@ -1,6 +1,6 @@ " System vimrc file for MacVim " -" Maintainer: Björn Winckler +" Maintainer: Bjorn Winckler " Last Change: Sat Aug 11 14:26:41 CEST 2007 set nocompatible