1
0
forked from aniani/vim

patch 8.1.0876: completion match not displayed when popup menu is not shown

Problem:    Completion match not displayed when popup menu is not shown.
Solution:   Call update_screen() when not displaying the popup menu to show
            the inserted match. (Ken Takata, Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2019-02-05 20:12:06 +01:00
parent 71b13e92ae
commit 2a78b7c704
2 changed files with 9 additions and 3 deletions

View File

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