diff --git a/vimrc b/vimrc index ce0d44eac7..dd0a08e75c 100644 --- a/vimrc +++ b/vimrc @@ -147,6 +147,10 @@ set spellfile=$HOME/.vim-spell-en.utf-8.add " Autocomplete with dictionary words when spell check is on set complete+=kspell +" Fix for MacOS issue described here: +" https://github.com/thoughtbot/dotfiles/issues/655 +set diffopt-=internal + " Always use vertical diffs set diffopt+=vertical