1
0
forked from aniani/vim

updated for version 7.0-066

This commit is contained in:
Bram Moolenaar
2006-08-22 19:48:48 +00:00
parent 621e2fdb5f
commit 2d694603c7
2 changed files with 5 additions and 0 deletions

View File

@@ -552,6 +552,9 @@ pum_undisplay()
{
pum_array = NULL;
redraw_all_later(SOME_VALID);
#ifdef FEAT_WINDOWS
redraw_tabline = TRUE;
#endif
status_redraw_all();
}

View File

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