Got rid of multibyte chars in comment

git-svn-id: http://macvim.googlecode.com/svn/trunk@286 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
Bjorn Winckler
2007-09-27 17:53:42 +00:00
parent b88c64d80d
commit 42cbb40719
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -1,6 +1,6 @@
" System gvimrc file for MacVim
"
" Maintainer: Björn Winckler <bjorn.winckler@gmail.com>
" Maintainer: Bjorn Winckler <bjorn.winckler@gmail.com>
" 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
"
+1 -1
View File
@@ -1,6 +1,6 @@
" System vimrc file for MacVim
"
" Maintainer: Björn Winckler <bjorn.winckler@gmail.com>
" Maintainer: Bjorn Winckler <bjorn.winckler@gmail.com>
" Last Change: Sat Aug 11 14:26:41 CEST 2007
set nocompatible