From 9f94d8f9a2da8b54eb3f7494a38475971dd86271 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 26 Nov 2009 22:17:41 +0100 Subject: [Vim] simplifies the color managment --- vimrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/vimrc b/vimrc index e60c103..f901c50 100644 --- a/vimrc +++ b/vimrc @@ -1,4 +1,6 @@ -"------------------------[ Magic Picard's vimrc ]-------------- + +color red + "syntax clear syntax on "Allow special Vim improvements like multiple-undo @@ -83,11 +85,6 @@ elseif has("cscope") endif endif -autocmd BufRead * color red -"autocmd BufRead *.[ch] color pobla -"autocmd BufRead *.php color pablo -"autocmd BufRead /tmp/mutt-*[0-9] color elflord - " F*cking trailing whitespaces autocmd BufRead * highlight ExtraWhitespace ctermbg=red guibg=red autocmd BufRead * match ExtraWhitespace /\s\+$\| \+\ze\t\| / -- cgit v1.2.3