summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-11-26 22:17:41 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-11-26 22:17:41 +0100
commit9f94d8f9a2da8b54eb3f7494a38475971dd86271 (patch)
tree67670cf0cc6624bfe2dcacbc0d31f2635303c131
parent09f138e4a5f11d7b843a66adba5977cd7ad88956 (diff)
[Vim] simplifies the color managment
-rw-r--r--vimrc9
1 files 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\| /