aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-02 14:46:55 +0800
committerGuangxiong Lin <[email protected]>2022-04-02 14:46:55 +0800
commit050e10852f245c46abc2a5ab8fd638411e56d4b1 (patch)
tree01104b23a3ea13d5b079e71350d254acaba52725 /.vimrc
parentccef948961ec3baef349b87ec7124024f42ec932 (diff)
downloaddotfiles-050e10852f245c46abc2a5ab8fd638411e56d4b1.tar.gz
dotfiles-050e10852f245c46abc2a5ab8fd638411e56d4b1.tar.bz2
dotfiles-050e10852f245c46abc2a5ab8fd638411e56d4b1.zip
Update vimdiff algorithm
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 8823086..28a1b91 100644
--- a/.vimrc
+++ b/.vimrc
@@ -26,7 +26,8 @@ set hidden
set completeopt=menu,menuone,popup
set completepopup=align:menu,border:off,highlight:WildMenu
-set diffopt+=followwrap
+" diff
+set diffopt+=followwrap,algorithm:patience
" undo
if !isdirectory(expand('~/.vim/.undo'))