2013-06-17 15:19:23.453 MacVim[56792:707] didBecomeActive!
And this error is printed every time focus goes to macvim when there isn't a buffer open:
2013-06-17 15:19:31.714 MacVim[56792:707] *** Assertion failure in -[NSMenu itemAtIndex:], /SourceCache/AppKit/AppKit-1187.37/Menus.subproj/NSMenu.m:861
2013-06-17 15:19:31.715 MacVim[56792:707] Invalid parameter not satisfying: (index >= 0) && (index < [_itemArray count])
2013-06-17 15:19:31.716 MacVim[56792:707] (
0 CoreFoundation 0x00007fff8e026b06 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8aa943f0 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8e026948 +[NSException raise:format:arguments:] + 104
3 Foundation 0x00007fff94913c82 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 189
4 AppKit 0x00007fff9645ebb9 -[NSMenu itemAtIndex:] + 174
5 MenuAndDockless 0x000000010e57e293 -[Menuless appDidBecomeActive] + 323
6 CoreFoundation 0x00007fff8dfd8eda _CFXNotificationPost + 2554
7 Foundation 0x00007fff9494fe26 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
8 AppKit 0x00007fff965448f2 -[NSApplication sendEvent:] + 2303
9 MacVim 0x000000010a8944f3 -[MMApplication sendEvent:] + 375
10 AppKit 0x00007fff9645b24a -[NSApplication run] + 636
11 AppKit 0x00007fff963ffc06 NSApplicationMain + 869
12 libdyld.dylib 0x00007fff8da677e1 start + 0
)
I've gone through all of the steps outlined on github for troubleshooting with macvim and have been unable to isolate the problem to any plugin or profile/rc configuration for the shell or vim. I've reinstalled macvim via Brew several times.
Any help would be greatly appreciated!