aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2011-10-13 18:57:49 +0600
committerAnton Bobov <abobov@gmail.com>2011-10-13 18:57:49 +0600
commitafb69b98047d51a578b6d9d7bb482c6c4c0e8482 (patch)
treeaff149a738b2c2e1316a09538288106d26295590 /files/.vimrc
parentc36f3f430d4b56476750a8e338f7071fb11af2fb (diff)
f
Diffstat (limited to 'files/.vimrc')
-rwxr-xr-xfiles/.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 2687f52..468a60e 100755
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -8,6 +8,8 @@ if has("multi_byte")
set fileencodings=ucs-bom,utf-8,cp1251,koi8-r,cp866
endif
+let g:CSApprox_loaded = 1
+
set encoding=utf-8
set visualbell " use a visual bell instead of beeping
@@ -113,7 +115,6 @@ endif
set wildignore=*.swp,*.bak,*.pyc,*.class
set pastetoggle=<F2>
-set tags+=~/tags
" Map <Leader> to comma
let mapleader=","