Home » Questions » Computers [ Ask a new question ]

how can I tell vimdiff to ignore whitespace?

how can I tell vimdiff to ignore whitespace?

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.

Asked by: Guest | Views: 285
Total answers/comments: 1
bert [Entry]

"set diffopt+=iwhite
from vim wikia"