On Tuesday, February 5, 2013 2:46:51 AM UTC-6, Christian Brabandt wrote: > On Mon, February 4, 2013 17:00, Ben Fritz wrote: > > > 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) > > > > Can someone show me how to reproduce this issue? I have seen this issue > > in the todo list, but so far, whenever I tried it, I couldn't reproduce > > it. I am probably doing something wrong here. > > >
I just tried reproducing using various minimal configurations based off the default Windows installed Vim and foldmethod=syntax on a C file but failed. This is annoying because it affects me every day on my normal Vim config. So, I expect some autocmd or mapping is interfering in some way. -- -- 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.
