On Thursday, May 17, 2012 5:14:01 PM UTC-5, Ben Fritz wrote: > > First, the issue I was *trying* to reproduce: > > Sometimes while using a completion menu, either Eclim's user-completion > these days, or the built-in omni-completion for C code in the past, the > menu will inexplicably disappear. Completion is still active even > without the menu displayed, as evidenced by: > > 1. "-- User defined completion (^U^N^P) match X of Y" displayed at bottom > of screen. > 2. Preview window open with the 'info' element of the current completion > item (I have completeopt set to "menuone,preview"). > 3. Pressing <C-N> or <C-P> or <Up> or <Down> changes the preview window > text and the value of X in the string displayed at the bottom. > > This issue seems to occur more frequently if I have multiple windows open > in the same tab page, or if the completion menu is very wide. But today I > encountered the issue with only a single window open. > > Sometimes as I cycle through completion items, the completion menu > flashes on long enough to see the color and the text, but too fast to > actually read the text before it goes away. >
It seems this first issue is actually one already in the todo list: popup completion menu closes quickly when there is a fold in the buffer. (Jan Christoph Ebersbach, 2011 Jul 3) Opening all folds in the buffer solves it. Please focus on the second issue :-) -- You received this message from the "vim_dev" 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
