diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-12-18 11:14:47 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-12-18 11:14:47 +0700 |
commit | c96d607a269c2b65d6a1191a5d4119eb7efc59f2 (patch) | |
tree | c73628150cd8e35a7bf4487137af174c282d02cb /vim | |
parent | 694b8f443db6e3b2b6dc6335638d9f1c7a77e0be (diff) | |
download | dotfiles-c96d607a269c2b65d6a1191a5d4119eb7efc59f2.tar.gz |
Update 2018-12-18
Diffstat (limited to 'vim')
-rwxr-xr-x | vim/.vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index ac9bf51..a0f9965 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -11,6 +11,7 @@ set tabstop=8 expandtab shiftwidth=2 softtabstop=-1 smarttab set dictionary=/usr/share/dict/words set keymap=vietnamese-telex imdisable iminsert=0 imsearch=-1 set omnifunc=syntaxcomplete#Complete +set diffopt+=algorithm:patience autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1) autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal autocmd FileType c,h,go setlocal cindent noexpandtab shiftwidth=8 |