ClosestStorm / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Crash on Mavericks #503

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have problems getting MacVim to launch on Mavericks. I'm on the latest 
snapshot 73. A crash log is attached to this message.

Original issue reported on code.google.com by Zettt1...@gmail.com on 27 Apr 2014 at 7:35

Attachments:

GoogleCodeExporter commented 9 years ago
Hi there,

I experienced the same problem and tracked it down to a problem with the 
Command-T plugin. As I am using pathogen, disabling works either by deleting 
the directory in ~/.vim/bundle or by adding

let g:pathogen_disabled = []
call add(g:pathogen_disabled, 'Command-T')

to your .vimrc before you call pathogen#infect()

Original comment by guent...@mpi-cbg.de on 8 May 2014 at 9:35