On Sunday, February 3, 2013 11:01:43 AM UTC-6, Benjamin Isbarn wrote: > Hi, > > > > I'm currently investing some time learning vim and setting my .vimrc up. > Doing > > so I've come across a problem I couldn't solve myself. I'm using the > > AutoComplPop Plugin so that the Omnicomplete "Window" pops up automatically. > I > > also enabled the Preview Window through this command in my .vimrc > > > > let g:acp_completeoptPreview = 1 > > > > But everytime the preview window pops up the Omnicomplete popup vanishes, In > > large lists I am able to see the last entries in the status line. Even more > > strange when i navigate in the invisible list an reach the " " entry alias > > "Back at original" the whole list pops up and is visible. > > > > I allready changed the cholorscheme and switched to gvim but the error stays > > the same. > > > > I attached my .vimrc, I hope someone knows what the problem is. > > > > Regards > > > > Benjamin Isbarn
Unfortunately the misbehavior of the completion menu in the presence of folds is a known unfixed bug. :help todo shows: popup completion menu closes quickly when there is a fold in the buffer. (Jan Christoph Ebersbach, 2011 Jul 3) And also: Completion menu disappears when using 'cursorcolumn'. (Sven-Hendrik Haase, 2011 May 23) -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
