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.
> >
> > Yes, filling the preview window is part of the code for the popup menu.
> > If there is only one alternative you don't really need more info to make
> > a choice, right?
> 
> Possibly, but the :help documentation says that the  'info' member can
> be used for additional information "such as parameter information".
> 
> In a case like so:
> myInstance.get_b<C-x,C-o>
> -> myInstance.get_blah(
> 
> It would still be nice to see parameter info for that function,
> assuming that is the case.
> 
> 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.

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 space is a good idea.

-- 
hundred-and-one symptoms of being an internet addict:
214. Your MCI "Circle of Friends" are all Hayes-compatible.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://www.ICCF.nl         ///

Reply via email to