edenzik / macvim

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

Zooming on new macbook trackpad throws a small error #258

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

When I run mvim from the command line, and accidentally "zoom" with my
fancy new unibody macbook, I get the following error outputted to my console:

"2010-02-20 14:40:39.143 MacVim[1316:903] -deltaZ is deprecated for
NSEventTypeMagnify.  Please use -magnification."

Does not actually affect performance, but it is kind of annoying.

To reproduce, just open a file with macvim using mvim, and then pinch your
trackpad!

Thanks

Original issue reported on code.google.com by mbs...@gmail.com on 20 Feb 2010 at 7:46

GoogleCodeExporter commented 9 years ago
This is not logged by MacVim -- you must be using some other app/utility that 
is causing this to be logged.  I 
don't know which program is the cause of this...you may be able to figure it 
out yourself.  (Nowhere is a method 
called deltaZ called inside MacVim.)

Original comment by bjorn.winckler@gmail.com on 20 Feb 2010 at 8:13