]> granicus.if.org Git - vim/commit
patch 8.1.0062: popup menu broken if a callback changes the window layout v8.1.0062
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Jun 2018 12:47:55 +0000 (14:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Jun 2018 12:47:55 +0000 (14:47 +0200)
commit491ac28d5f91505519c623ebc1a9ab08834bf367
treeaec1e3ed4ca83039c349734b6079e61f3af374e8
parent84a9308511871d9ff94c91a1c6badb92300ded98
patch 8.1.0062: popup menu broken if a callback changes the window layout

Problem:    Popup menu broken if a callback changes the window layout. (Qiming
            Zhao)
Solution:   Recompute the popup menu position if needed.  Redraw the ruler
            even when the popup menu is displayed.
src/popupmnu.c
src/proto/popupmnu.pro
src/screen.c
src/version.c