On Jun 18, 2013, at 12:53 AM, Bee <[email protected]> wrote: > Use MacVim (TextEdit may not be pure plain text) to create a .gvimrc > with only: > > :set guifont=Monaco:h14 > > Remove the guifont setting in your .vimrc, search for more than one > instance of guifont. > > Then put 'finish' (without quotes) at the TOP of the .vimrc file so it > skips the remaining settings and only loads the .gvimrc. > > If it is good, then you know it is something later in .vimrc. > Move the 'finish' down until you find the culprit.
Thanks for the suggestions for diagnosis, Bill. Following them I found the culprit. I use vundle to manage plugins. One of the plugins is 'sessions.' When 'finish' appears after the call for 'sessions' font type reverts from Monaco:h14 to Monaco:h10. I have no idea what to do about that. I tried putting 'set guifont=Monaco:h14 after the call for 'sessions' but that had no effect. ------------------------------------------------------------------------------------------ Eric Weir Decatur, GA USA [email protected] "Any assurance economists pretend to with regard to cause and effect is merely a pose." - Emanuel Derman -- -- 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.
