From c81902f0a9286e794c8cbca8aef40d10d3304a85 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 14 Oct 2011 13:59:47 +0600 Subject: f --- files/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'files') diff --git a/files/.vimrc b/files/.vimrc index 07e7bfa..4d5bd8c 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -8,6 +8,10 @@ if has("multi_byte") set fileencodings=ucs-bom,utf-8,cp1251,koi8-r,cp866 endif +if !has('gui') + let g:CSApprox_loaded=1 +endif + set encoding=utf-8 set visualbell " use a visual bell instead of beeping -- cgit v1.2.3