]> granicus.if.org Git - vim/commit
patch 8.1.0768: updating completions may cause the popup menu to flicker v8.1.0768
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Jan 2019 20:09:05 +0000 (21:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Jan 2019 20:09:05 +0000 (21:09 +0100)
commitae654385dfb2ae4c1d70789d1dce3676dba4dfbc
tree42dcbad57fb99544e9346fa8b075df03865ba1f4
parentc771bf901622064dc27421b04853e16b6914a295
patch 8.1.0768: updating completions may cause the popup menu to flicker

Problem:    Updating completions may cause the popup menu to flicker.
Solution:   Avoid updating the text below the popup menu before drawing the
            popup menu.
src/edit.c
src/popupmnu.c
src/proto/popupmnu.pro
src/screen.c
src/version.c