Skip to content

Commit

Permalink
bug: error with diffOpt option in vimrc. resolves #24 (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Deorinio Agellon <[email protected]>
  • Loading branch information
DJ Agellon and Deorinio Agellon authored Oct 5, 2021
1 parent 2005732 commit e751961
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 e751961

Please sign in to comment.