I’m sure this is a newbie question, but every time I’ve compiled/dl’ed a new version of vim for os x, running vim on the command-line opens up the gvim app. I just want to upgrade the console version (so I can, for example, have python compiled in to use omnicomplete).
Share
You can also use MacPorts to handle the installation for you. Once you’ve installed it, run the
/opt/local/bin/vimbinary. I place this in myPATHbefore the system binary dirs (although be aware that this may cause problems for cmdline tools that rely on the versions of tools shipped with OS X).