ClosestStorm / macvim

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

deprecated function in MacOSX 10.8 #436

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

$mvim -S xxx.vim // without any error

MacVim[4404:707] *** WARNING: -[NSImage compositeToPoint:operation:fraction:] 
is deprecated in MacOSX 10.8 and later. Please use -[NSImage 
drawAtPoint:fromRect:operation:fraction:] instead.

What version of MacVim and OS X are you using (see "MacVim->About MacVim"
and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 10.5.6
Intel")?

Macvim: 7.3 (snapshot 64) <= i'm using 64 because, mac (context) dict seems not 
work in 65
MacOSX: 10.8.2

Original issue reported on code.google.com by yarco.w...@gmail.com on 28 Dec 2012 at 3:22

GoogleCodeExporter commented 9 years ago
This is fixed in newer snapshots.

Context dictionary does not work with the Core Text renderer.  To switch to the 
old renderer go into advanced preferences.

Original comment by bjorn.winckler@gmail.com on 9 Jun 2013 at 2:05