qvacua / macvim-for-old-vimr

MacVimFramework — Framework version of MacVim
http://taewon.de
43 stars 2 forks source link

Running MinimalMacVim fails #7

Closed keith closed 10 years ago

keith commented 10 years ago

I get these errors after MinimalMacVim runs but never shows a window.

2014-02-17 18:22:57.314 MinimalMacVim[64169:303] -[MMAppDelegate vimController:setScrollbarThumbValue:proportion:identifier:data:]: unrecognized selector sent to instance 0x10021bd90
2014-02-17 18:22:57.396 MinimalMacVim[64169:303] -[MMAppDelegate vimController:setScrollbarThumbValue:proportion:identifier:data:]: unrecognized selector sent to instance 0x10021bd90
qvacua commented 10 years ago

Try the commit 0de0f727a7c3d1bb20d7f1ad07c54fef287e0093. The reason why it failed:

keith commented 10 years ago

Yep this fixes it. Thanks!