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. Thanks, Aaron