Commit 8a96e48c authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Protect diffopt in Vim<8.0

parent bcea9225
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -218,8 +218,10 @@ augroup END

" === DIFFING ===

if has('diffopt')
	set diffopt+=algorithm:patience
	set diffopt+=iwhiteall
endif


" === ERROR MARKER ===