Skip to content

Commit

Permalink
Fix diffopt+=vertical issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanduddy committed Mar 15, 2021
1 parent 5f00630 commit 406171c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,11 @@ set spellfile=$HOME/.vim-spell-en.utf-8.add
set complete+=kspell

" Always use vertical diffs
set diffopt+=vertical
" set diffopt+=vertical
if &diff
set diffopt-=internal
set diffopt+=vertical
endif

" Local config
if filereadable($HOME . "/.vimrc.local")
Expand Down

0 comments on commit 406171c

Please sign in to comment.