I\'ve installed the latest vim using homebrew and also installed mac-vim from the google code homepage. in mac-vim everything works fine. but when I run vim in terminal.app in m
You need to set no compatible mode in the vim Try following command in normal mode
:set nocompatible