Glam Prestige Journal

Bright entertainment trends with youth appeal.

i installed macvim with

brew install macvim
brew link macvim
brew linkapps

i am on os x el capitan, but had same problem on yosemite

if i go to /usr/local/Cellar/macvim/7.4-80/bin and execute macvim script from there, it works fine and opens a new window

command-line vim works fine.

but if i launch MacVim from Applications, it doesnt do anything. i can access macvim preferences/file menu, i can call open file dialog, but edit window doesnt open when i choose a file!

ok, there is open issue about this:

1

1 Answer

If your .bash_profile has any shell command that spawns a new shell, it probably is the culprit. Try run:

defaults write org.vim.MacVim MMLoginShell -bool NO

If it works, you can look at the technical details here.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy