Theres a set called "completeopt" make sure that it does not contain the string preview. Here are two lines from my .vimrc, I coment one out depending on which feature I would like. Put the second line in your .vimrc and see if it helps.
set completeopt=menu,preview "turn on preview menu for omni completion set completeopt=menu "turn off preview menu for omni completion --- Panos Laganakos <[EMAIL PROTECTED]> wrote: > Hello, > > I'd like to know if there's a way to get rid of the > top horizontal > window that appears while we're using > omnicompletion. > > Right now, after I Ctrl_X Ctrl_O and find the one I > want I just type > it. While the balloon list disappears the horizontal > window with the > info stays, so I have to > > Ctr_W k > :q > > to get rid of it. Is there a faster way to make it > go away once I'm > done with completion? > > -- > Panos Laganakos >
