Christian Brabandt wrote:
> On Fr, 08 Feb 2013, Ben Fritz wrote:
>
> > On Friday, February 8, 2013 9:37:18 PM UTC-6, Ben Fritz wrote:
> > > On Fri, Feb 8, 2013 at 9:32 PM, Benjamin Fritz <[email protected]>
> > > wrote:
> > >
> > > > The attached vimrc.vim file (when used as the .vimrc, with no
> > >
> > > > non-standard plugins), can reproduce the issue on the attached test.c
> > >
> > > > file with the attached tags file.
> > >
>
> Ben, Benjamin,
> can you check, whether this patch fixes the problem for you?
>
> diff -r ba8835947b8b src/screen.c
> --- a/src/screen.c Wed Feb 06 19:58:43 2013 +0100
> +++ b/src/screen.c Tue Feb 12 22:28:06 2013 +0100
> @@ -545,6 +545,10 @@
> }
> #endif
> }
> +#ifdef FEAT_INS_EXPAND
> + if (pum_visible()) /* win_update() might have overwritten the popup menu
> */
> + pum_redraw();
> +#endif
> #if defined(FEAT_SEARCH_EXTRA)
> end_search_hl();
> #endif
>
> Bram, I think, this patch fixes an issue, that the completion menu is
> not correctly displayed when the preview window is used (and the windows
> are scrolled). It might be possible, that it also fixes those issues
> from the todo list:
It's a bit of a brute force solution but I suppose it should be OK.
> ,----
> | popup completion menu closes quickly when there is a fold in the buffer.
> (Jan
> | Christoph Ebersbach, 2011 Jul 3)
> `----
>
> ,----
> | Completion menu disappears when using 'cursorcolumn'. (Sven-Hendrik Haase,
> | 2011 May 23)
> `----
>
> But I am not sure, as reproducing the issue seems quite complicated (see
> the long thread on vim_use about how to reproduce it). Do you have more
> infos how to reproduce those issues?
Not much. I'll remove those remarks and await someone reporting a
problem again, if there still is a problem.
--
Dogs must have a permit signed by the mayor in order to congregate in groups
of three or more on private property.
[real standing law in Oklahoma, United States of America]
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" 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.