Somehow my vim (macvim) stops showing me the highlighted differences betweeen two files.
My env:
- osx 10.9 with macvim installed
Facts:
- The diff works a few months ago when I do either of below:
- vimdiff a b, or
- vim -d a b
It shows the color diff
Now, it does not show the color diff, it loads two files to the buff,
- either showing the same file(a vs a) in the vsplit windows (a few weeks ago)
- or showing two files (a vs b) in the vsplit windows (current)
then I will have to use :diffThis for both windows to see diff in color
Diagnosis:
I used: vim -d a b -u None to disable all plugins, it shows color diff, I though it's one of the plugins causing issues, then I tried disable one by one(move the plugin out of directory), but even I disabled all plugins I still can not see diff in color.
I have spent a few days on this but no luck.
Please if anyone knows how to resolve it.