]> granicus.if.org Git - vim/commit
patch 8.1.0876: completion match not displayed when popup menu is not shown v8.1.0876
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Feb 2019 19:12:06 +0000 (20:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Feb 2019 19:12:06 +0000 (20:12 +0100)
commit2a78b7c70471527d83adef6b147dbfb6c9f838f7
tree1f361c18f8a502f49fa1293ff3577cebcffa80ca
parent71b13e92ae580038b8aecbb783296c577ca2ba5a
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)
src/edit.c
src/version.c