vimdiff and MacVim

Viewed 15037

I'd like to run vimdiff on MacVim. Is there an easy way I'd be able to do it?

4 Answers

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 =)

Related