RE: VimWiki - released finally

2007-06-05 Thread Larson, David
Sebastian, Why not utilize the talk: pages for the comments (see discussion tab at top of each wiki page)? Just curious. -Robert Lets avoid using the vim-announce mailing list for a discussing of vim wiki and stick to vim-dev. David

RE: window ordering

2007-05-30 Thread Larson, David
Hi Boyko, Yes there is. See: :help 'splitright' :help 'splitbelow' HTH, David -Original Message- From: Boyko Bantchev [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 11:16 AM To: vim@vim.org Subject: window ordering Hi all! With :sp and :vs, new windows open in bottom-up and

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

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

RE: Project specific settings

2007-05-14 Thread Larson, David
Gary, Make sure that when you search for scripts on vim.sf.net, that you select utility for the type. Doing that produces 66 results, and project.tar.gz is the first result... http://vim.sourceforge.net/scripts/script.php?script_id=69 HTH, David -Original Message- From: Gary Johnson

RE: autocomplete on the command line from words in buffers

2007-05-07 Thread Larson, David
Hello Dan, I suggest wrapping these functions into vim commands and then leverage the command completion feature. See: :help :command-completion HTH, David -Original Message- From: Dan Fabrizio [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 5:27 AM To: vim@vim.org Subject: FW: