From 990b81ac195e7e0358beae14a5fdea4c4419ac7c Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Sat, 2 Jul 2016 11:13:07 +0700 Subject: Update 20160702 --- vim/.vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vim/.vim/vimrc') 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) -- cgit 1.4.1