0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

updated for version 7.4.361

Problem:    Lots of flickering when filling the preview window for 'omnifunc'.
Solution:   Disable redrawing. (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar 2014-07-09 19:58:24 +02:00
parent ff65ac84fd
commit c804515003
2 changed files with 4 additions and 0 deletions

View File

@ -567,7 +567,9 @@ pum_set_selected(n, repeat)
g_do_tagpreview = 3;
if (p_pvh > 0 && p_pvh < g_do_tagpreview)
g_do_tagpreview = p_pvh;
++RedrawingDisabled;
resized = prepare_tagpreview(FALSE);
--RedrawingDisabled;
g_do_tagpreview = 0;
if (curwin->w_p_pvw)

View File

@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
361,
/**/
360,
/**/