On Monday, June 17, 2013 12:25:54 PM UTC-5, Eric Weir wrote: > Getting macvim set up on a new computer. It seems not to be reading the > .vimrc. E.g., when I change font size and restart macvim the change doesn't > take effect. The .vimrc is in my user directory. >
To see if Vim is reading ANY script, look at the output of the :scriptnames command. Did you actually edit your .vimrc file in order to change font size? What was the "set guifont" line before and after your change? What does :echo getfontname() tell you before and after your change? Font is a little more complicated than other options, you might just be entering a bad string. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
