about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-18 11:14:47 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-18 11:14:47 +0700
commitc96d607a269c2b65d6a1191a5d4119eb7efc59f2 (patch)
treec73628150cd8e35a7bf4487137af174c282d02cb /vim
parent694b8f443db6e3b2b6dc6335638d9f1c7a77e0be (diff)
downloaddotfiles-c96d607a269c2b65d6a1191a5d4119eb7efc59f2.tar.gz
Update 2018-12-18
Diffstat (limited to 'vim')
-rwxr-xr-xvim/.vim/vimrc1
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