It seems Mac default vim doesn’t have clipboard support. So I reinstalled it by following https://gist.github.com/dcosson/3686437.
1 2 3 4 5 6 7 |
|
The thing is after ‘make’ I got some linking error for ruby. (sorry no record left.) To src/auto/config.mk, need to add at LDFLAGS :
1
|
|
I also got an error while ‘sudo make install’ for runtime/tools/efm_perl.pl, which was claimed as an issue here: http://code.google.com/p/vim/issues/detail?id=63 You just need to fix the garbling for copyright.
1
|
|
And now successfully got compiled vim.