bash - Compiled vim from source on Mac OSX and getting 'shell returned 127' error? -


on mac osx 10.6 machine, started use macvim vim. noticed terminal version different macvim version (macvim 7.3 , terminal version 7.2)... thought used same vim?

i need 7.3 of features. set wanting update terminal version. cloned using mercurial (the perferred way according official site) , did usual compile it. did work , have 7.3 in terminal. but, on commands when exiting, can error:

/bin/bash: q: command not found  shell returned 127  press enter or type command continue 

...i've tried hardest try , fix problem, trying reinstall macvim, deleting vim in /usr/local/bin , compiling again , can't rid of annoying error.

can possibly me? doing wrong? ...most of time using macvim, it'd nice me have in terminal - how i'd have on ubuntu servers.

any fantastic!

i'm not sure on exact path, somewhere few folders deep applications/macvim.app folder vim executable run in terminal (use -g option launch in gui mode).

you should able throw in .bashrc:

alias vim=/applications/macvim.app/contents/macos/vim 

Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -