]> granicus.if.org Git - vim/commit
patch 8.1.0792: bad display if opening cmdline window from Insert completion v8.1.0792
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Jan 2019 21:08:09 +0000 (22:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Jan 2019 21:08:09 +0000 (22:08 +0100)
commit9e26f7d31fbb780613fa700fe61de3e0b4ff2ef6
treea00df42661ee8d924b48fe4f5508c10a5612cc1b
parent563bbeabcce5580e03648e687bd7ddb9626a03d9
patch 8.1.0792: bad display if opening cmdline window from Insert completion

Problem:    Popup menu is displayed on top of the cmdline window if it is
            opened from Insert completion. (Bjorn Linse)
Solution:   Remove the popup menu.  Restore the cursor position.
            (closes #3838)
src/edit.c
src/ex_getln.c
src/version.c