Skip to content

Commit

Permalink
bug: error with diffOpt option in vimrc. resolves Shift3#24
Browse files Browse the repository at this point in the history
  • Loading branch information
Deorinio Agellon authored and Deorinio Agellon committed Oct 5, 2021
1 parent 2005732 commit 9f27ff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ set splitright
set complete+=kspell

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

set ignorecase
set smartcase
Expand Down

0 comments on commit 9f27ff1

Please sign in to comment.