]> granicus.if.org Git - vim/commit
patch 8.1.1949: cannot scroll a popup window to the very bottom v8.1.1949
authorBram Moolenaar <Bram@vim.org>
Fri, 30 Aug 2019 20:08:34 +0000 (22:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 30 Aug 2019 20:08:34 +0000 (22:08 +0200)
commit8c6173c7d3431dd8bc2b6ffc076ef49512a7e175
treeea731594d1036e094132f9d0816e30b9717f5405
parentb5432d8968bda70fc20ebb5e136e367d174d1c4e
patch 8.1.1949: cannot scroll a popup window to the very bottom

Problem:    Cannot scroll a popup window to the very bottom.
Solution:   Scroll to the bottom when the "firstline" property was set to -1.
            (closes #4577)  Allow resetting min/max width/height.
src/dict.c
src/popupwin.c
src/proto/dict.pro
src/testdir/dumps/Test_popupwin_firstline_1.dump [moved from src/testdir/dumps/Test_popupwin_firstline.dump with 100% similarity]
src/testdir/dumps/Test_popupwin_firstline_2.dump [new file with mode: 0644]
src/testdir/dumps/Test_popupwin_scroll_10.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c