Re: visual selection invisible in default color scheme when

2006-04-20 Thread Bram Moolenaar
Georg Dahn wrote: Vim 7.0e02 / Windows XP: 1. gvim -u NONE 2. colo desert 3. colo default Then the visual selection is invisible and the error message Warning: terminal cannot highlight is shown. This behavior is reproducible with other color schemes than desert (like morning,

Re: omni-completion: info bug

2006-04-20 Thread Mikolaj Machowski
Dnia czwartek, 20 kwietnia 2006 13:04, Bram Moolenaar napisał: Aaron Griffin wrote: Just a heads up: Using an omni-completion dictionary, a single completion entry (for which no menu is displayed) does not update the info preview window. Yes, filling the preview window is part of the

Re: Moderator for Vim Tips

2006-04-20 Thread Gautam Iyer
On Wed, Apr 19, 2006 at 08:21:49PM -0400, Jeremy Conlin wrote: A few weeks (months?) ago a suggestion was made that the submissions to Vim tips be moderated. This is due to the address being used by spammers. Apparently nobody volunteered to do this because there are still inappropriate

Re: Code completion suggestions...

2006-04-20 Thread Eric Van
On 4/20/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Eric Van wrote: Code Completion suggestion. Ok, first a little context. I currently have a project which provides an interface for vim to invoke commands via system() calls which are executed in a headless eclipse instance. I

Re: Feature request: expr for abbreviations

2006-04-20 Thread Hari Krishna Dara
On Thu, 20 Apr 2006 at 1:04pm, Bram Moolenaar wrote: Hari Krishna Dara wrote: In Vim7, I see that maps can now have expr argument to indicate that the RHS is an expression that should be evaluated. I think this is cool, and though I don't have a need yet, I am pretty sure it will come

Re: vim7: request for new autocommands

2006-04-20 Thread Hari Krishna Dara
On Thu, 20 Apr 2006 at 1:04pm, Bram Moolenaar wrote: Hari Krishna Dara wrote: On the lines of InsertEnter and InsertLeave, can we please have CommandEnter and CommandLeave that will get triggered when the user starts one of the :, /, ?, = etc. modes? The reason I ask is, with the

Re: Feature request: expr for abbreviations

2006-04-20 Thread Bram Moolenaar
Hari Krishna Dara wrote: In Vim7, I see that maps can now have expr argument to indicate that the RHS is an expression that should be evaluated. I think this is cool, and though I don't have a need yet, I am pretty sure it will come to good use soon. But meanwhile, I think the same

Re: omni-completion: info bug

2006-04-20 Thread Aaron Griffin
On 4/20/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Nice feature, right? I'll add a remark about that. The idea is that the preview info remains there for a while, so that you can see function arguments, for example, while you continue typing. But if you want to explicitly clear it using a

Re: netrw needs more keepjumps?

2006-04-20 Thread Hari Krishna Dara
On Thu, 20 Apr 2006 at 9:58am, Charles E Campbell Jr wrote: Hari Krishna Dara wrote: The new version of netrw seems to be a lot better than the old explorer in terms of not corrupting jumplist, but I think there is more work needed. Ideally, when you open a directory, you should see only

Re: omni-completion: info bug

2006-04-20 Thread Mikolaj Machowski
Dnia czwartek, 20 kwietnia 2006 17:12, Aaron Griffin napisał: On a related note, an 'info' dict entry of '' does not change and/or remove the preview information. Using a single space blanks the window, but an empty string does not. And this is Good Thing :) m.

RFC: (x)html completion support in Vim7

2006-04-20 Thread Mikolaj Machowski
Hello, I am author of (x)html completion scripts and related (php, css, javascript). I'd like to ask what you think it should like. At the beginning I was pushing for one default: XHTML 1.0 Strict. Bram didn't like it and now there are two: fot ft='html' HTML 4.01 Transitional and for

Re: netrw needs more keepjumps?

2006-04-20 Thread Charles E Campbell Jr
Hari Krishna Dara wrote: On Thu, 20 Apr 2006 at 9:58am, Charles E Campbell Jr wrote: Please try setting g:netrw_fastbrowse=0 in your .vimrc. Hopefully the jumplist will then be retained. Did you mean the value 2? Whoops -- yes, I meant 2. If you want the jumplist to work, you

Re: omni-completion: info bug

2006-04-20 Thread Mikolaj Machowski
Dnia czwartek, 20 kwietnia 2006 21:59, Aaron Griffin napisał: Is there any possiblity to get the preview window to pop up for single completions? If not, I can always force a single empty entry like {'word':'', 'abbr':'[Cancel]'} or some such oddity... :help completeopt menuone flag m.

Re: omni-completion: info bug

2006-04-20 Thread Mikolaj Machowski
Dnia piątek, 21 kwietnia 2006 00:20, Aaron Griffin napisał: Ack, sorry - that was supposed to go to the list On 4/20/06, Mikolaj Machowski [EMAIL PROTECTED] wrote: Dnia czwartek, 20 kwietnia 2006 17:12, Aaron Griffin napisał: On a related note, an 'info' dict entry of '' does not

Re: Mappings fail me, yet again

2006-04-20 Thread Yakov Lerner
On 4/21/06, Nikolai Weibull [EMAIL PROTECTED] wrote: Still, I figured that now that we have operator functions ... I would be able to define my long-wanted g: mapping that makes : act like an operator, i.e., first waits for a range and then starts command mode with that range on the command