I made a number of changes in a file I'm working on, including indentation changes. I'm using vimdiff to compare the file to the original version, and I don't want to see these changes, since they're basically cosmetic.

How can I tell vimdiff to ignore whitespace during the comparison?

link|improve this question

53% accept rate
feedback

1 Answer

up vote 6 down vote accepted

set diffopt+=iwhite
from vim wikia

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.