]> granicus.if.org Git - vim/commit
patch 8.1.1602: popup window cannot overflow on the left or right v8.1.1602
authorBram Moolenaar <Bram@vim.org>
Fri, 28 Jun 2019 02:06:50 +0000 (04:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Jun 2019 02:06:50 +0000 (04:06 +0200)
commit711d02c96da996e3423a6518909687e1d45ce45a
tree67b534fc0ca4f4f3ea6cab47b0d4208487a3c9ad
parent8da41816316f17382817df3f9449b55df8d39651
patch 8.1.1602: popup window cannot overflow on the left or right

Problem:    Popup window cannot overflow on the left or right.
Solution:   Only set the "fixed" option when it is in the dict. Set w_leftcol
            to allow for the popup overflowing on the left and use it when
            applying the mask.
src/popupwin.c
src/version.c