aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/.vimrc4
1 files changed, 4 insertions, 0 deletions
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