MacVim on OSX / Yosemite: no editor windows visible at all -


installed macvim on yosemite 10.10.2 macbook pro today http://www.macupdate.com/app/mac/25988/macvim

the problem no editor window(s) visible. if open file using menu, there's no effect: no editor window appears. it's not hidden behind other windows, it's not listed in windows menu, it's entirely undisplayed.

strangely, file appear in mru list, though. renders entire editor useless. should build gvim myself? app being maintained anyone?

i'd read answers suggest running:

brew install macvim 

... trick.

you might want try first.

what worked me...

however, didn't work me because although updated macvim, 1 being linked in /applications folder not version being updated brew.

so, here steps had take.

  1. quit macvim if open.
  2. delete macvim file in /applications.
  3. in terminal, run:

    brew install macvim --override-system-vim 
  4. run (this add link applications file):

    brew linkapps macvim 

i can't sure every step above required, or --override-system-vim flag required, can tell doing above steps worked me.

hope helps.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -