I'd like to run vimdiff on MacVim. Is there an easy way I'd be able to do it?
I'd like to run vimdiff on MacVim. Is there an easy way I'd be able to do it?
Ok. I have kindof answered my own comment:
To diff two open buffers in vim, open them vertically, and select the first and type :diffthis then the second one and type :diffthis again.
This works for more than two buffers too =)