edenzik / macvim

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

MMCellWidthMultiplierKey no longer works #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IMPORTANT! Before creating a new Issue please search the old Issues for 
duplicates.  Also, 
please do not use this page to ask questions, instead post to the vim_mac 
mailing list.  There are 
more people on that list that can answer questions.  Only file an issue if you 
have found a bug.  
(You can safely delete this text now that you have read it and enter an issue 
report.  Thank you 
for taking the time to report new bugs!)

What steps will reproduce the problem?

defaults write org.vim.MacVim MMCellWidthMultiplierKey 0.9

What is the expected output? What do you see instead?

The font rendering should increase/decrease the spacing between characters 
based on the 
number put in. No change is made.

What version of MacVim are you using (check the "MacVim->About MacVim" menu 
item)? On 
which processor and version of OS X (check the "Apple Menu->About This Mac" 
menu item)?

Version 7.2 stable 1.2 (33.3)
Intel Mac
OS X Leopard 10.5.5

Please provide any additional information below.

I'm testing with the font Pragmata TT but I did not notice any difference in 
Deja Vu Mono either.

Original issue reported on code.google.com by suracil....@gmail.com on 5 Oct 2008 at 9:46

GoogleCodeExporter commented 9 years ago
You've mistyped the user default, see ":h macvim-user-defaults".

Original comment by bjorn.winckler@gmail.com on 6 Oct 2008 at 3:26

GoogleCodeExporter commented 9 years ago
Ah, ok. I was just copying and pasting that from another ticket.

(Also, it's ":h macvim-prefs" for me.)

Googlers: MMCellWidthMultiplier, not MMCellWidthMultiplierKey.

Original comment by suracil....@gmail.com on 7 Oct 2008 at 2:14

GoogleCodeExporter commented 9 years ago
I had the same problem. When I removed "Key" it worked. For example

defaults write org.vim.MacVim MMCellWidthMultiplier 0.9

I run macvim snapshot 64 in OS X 10.7.4.

Original comment by frej@connolly.se on 22 Sep 2012 at 3:24