From 87762e51a2ff96bf3f31b9b16ee948cbbeae9ac0 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 20 Oct 2011 20:26:21 +0600 Subject: Change vim default color schema and remove annoying warning. --- files/.vimrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'files') diff --git a/files/.vimrc b/files/.vimrc index 4d5bd8c..2b31e41 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -8,9 +8,7 @@ if has("multi_byte") set fileencodings=ucs-bom,utf-8,cp1251,koi8-r,cp866 endif -if !has('gui') - let g:CSApprox_loaded=1 -endif +let g:CSApprox_verbose_level=0 set encoding=utf-8 @@ -28,12 +26,11 @@ set showcmd " По умолчанию пользоваться :help справкой set keywordprg= " Включить подсветку синтаксиса -colorscheme desert if &t_Co >= 256 || has('gui_running') - colorscheme mustang + colorscheme desert endif if &t_Co > 2 || has('gui_running') - syntax on + syntax on endif filetype off " Do so to reload filetype plugins after pathogen -- cgit v1.2.3