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

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 Aaron Griffin
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 change and/or > > remove the preview information. Using a si

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.

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 usi

Re: omni-completion: info bug

2006-04-20 Thread Bram Moolenaar
Aaron Griffin wrote: > On 4/20/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > 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. > > > >

Re: omni-completion: info bug

2006-04-20 Thread Aaron Griffin
On 4/20/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > 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

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 pa

Re: omni-completion: info bug

2006-04-20 Thread Bram Moolenaar
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 code for the popup menu. If there is only one alternative you d

omni-completion: info bug

2006-04-19 Thread Aaron Griffin
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. Thanks, Aaron Griffin