I can't change the font in vim7.1!

2007-05-14 Thread Larson, David
I just upgraded to 7.1, and now when I open up a gvim session, I get this huge monospaced font that I can't change. If I type: :set guifont? it returns 7x14 which is what I set it to, but it isn't what is displayed. If I change the setting to *any* other font that is valid for my system, the

RE: I can't change the font in vim7.1!

2007-05-14 Thread Larson, David
. Thanks, David -Original Message- From: Larson, David Sent: Monday, May 14, 2007 10:07 AM To: vim-dev@vim.org Subject: I can't change the font in vim7.1! I just upgraded to 7.1, and now when I open up a gvim session, I get this huge monospaced font that I can't change. If I type: :set

new text object feature request

2007-05-15 Thread Larson, David
I often need to replace parameter text and usually try to remember the text object that selects the inner parameter, only to come up short since that type isn't defined. It seems natural to have a parameter text object, where it would act on the text between commas or parentheses, i.e. from (, to

RE: new text object feature request

2007-05-15 Thread Larson, David
endfunction -Original Message- From: Peter Hodge [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 4:34 PM To: Larson, David; vim-dev@vim.org Subject: Re: new text object feature request --- Larson, David [EMAIL PROTECTED] wrote: I often need to replace parameter text and usually try