I compare two version of Latex file, using vimdiff.
Lines in my file may contain as much as 30 sentences. The difference between the sentences are mostly small, like a typo, a word added or removed, word order reversed.
If a line differs between the two files, vimdiff marks the first word that differs plus the whole rest of the line in red in both files; this is too much, and additionally, makes it hard to spot differences, if present, in the marked text.
What can I do to spot these differences easier?
Is there a way to let vim diff compare files sentence by sentence instead of line by line?
Or is it possible to let vim diff mark only the words that differ within a line?