about summary refs log tree commit diff
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2016-07-12 09:49:12 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:44:09 +0700
commit1b8c349a79cc17f4c19821aec32967dff2c51d49 (patch)
tree145f622f57eab6adb509bc81f9b24158334741de /vim/.vim/vimrc
parent990b81ac195e7e0358beae14a5fdea4c4419ac7c (diff)
downloaddotfiles-1b8c349a79cc17f4c19821aec32967dff2c51d49.tar.gz
Update 20160712
Diffstat (limited to 'vim/.vim/vimrc')
-rwxr-xr-xvim/.vim/vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 57ab2bd..b8068f3 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -14,14 +14,13 @@ set nostartofline
 set ruler
 set confirm
 set list listchars+=tab:\|\ 
-set number relativenumber lazyredraw
 set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab
 set omnifunc=syntaxcomplete#Complete
 set dictionary=/usr/share/dict/words
 set keymap=vietnamese-telex imdisable iminsert=0 imsearch=-1
 autocmd BufNewFile,BufRead *.PAS set filetype=pascal
 autocmd FileType vim,pascal,html setlocal shiftwidth=2 tabstop=2
-autocmd FileType c setl tags+=~/.vim/systags noexpandtab shiftwidth=8 tabstop=8
+autocmd FileType c setlocal noexpandtab shiftwidth=8 tabstop=8
 autocmd FileType markdown setlocal textwidth=79
 autocmd FileType python syntax keyword pythonBoolean False True None
 autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1)