On Sun, Nov 25, 2012 at 11:57 AM, Chris Lott <ch...@chrislott.org> wrote:
> The strange thing that is happening is that everything is fine when I
> use Vim, generally, but if I make changes to the .vimrc and then
> source it (using :so %), the font size gets smaller (as does the
> window size) though set guifont? shows the proper size received at
> startup. And it appears to be changed globally because it persists
> when I open new files. Anyone have an idea what might be triggering
> this?

Answered my own question (and I already had the answer in my own comments):

I needed to set the font upon entering the GUI:
au GUIEnter * set guifont=Source\ Code\ Pro:h16

c
--
Chris Lott <ch...@chrislott.org>

-- 
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

Reply via email to