about summary refs log tree commit diff
path: root/vim/.vim
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2016-07-02 11:13:07 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:44:09 +0700
commit990b81ac195e7e0358beae14a5fdea4c4419ac7c (patch)
tree33fcfc02715887751e3fb6cb959f98837ebf6f56 /vim/.vim
parent8685a884cb356c2b91297c7d70cb4083a789e667 (diff)
downloaddotfiles-990b81ac195e7e0358beae14a5fdea4c4419ac7c.tar.gz
Update 20160702
Diffstat (limited to 'vim/.vim')
-rwxr-xr-xvim/.vim/vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 4870535..57ab2bd 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -17,12 +17,11 @@ set list listchars+=tab:\|\
 set number relativenumber lazyredraw
 set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab
 set omnifunc=syntaxcomplete#Complete
-set tags+=~/.vim/systags
 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 setlocal noexpandtab shiftwidth=8 tabstop=8
+autocmd FileType c setl tags+=~/.vim/systags 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)