> I'm running the command mvim --remote-tab-silent to open file in new tab of current file and get this warning. I just wanted to point it out if it isn't already known. Not sure if this is considered a bug necessarily so I didn't post a ticket.
>
> 2012-08-27 06:19:53.744 MacVim[9982:707] *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
> 2012-08-27 06:19:53.745 MacVim[9982:707] *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
Thanks for the heads up. I pushed a fix for this a week or so ago:
https://github.com/b4winckler/macvim/commit/259f4dee7cd3318b9a303f1234e745178fe08f6e
Honestly, what on earth would drive Apple to log this at *runtime*
instead of as a compilation warning? I don't get it.
Björn