]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4799: popup does not use correct topline v8.2.4799
authorLemonBoy <thatlemon@gmail.com>
Wed, 20 Apr 2022 18:47:37 +0000 (19:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2022 18:47:37 +0000 (19:47 +0100)
commit0044e5100a0e76a0bc1ea18c63a432c20428de5e
treee3ad4e3fdeb6ec2997ec5b061b72410abefaa697
parentdbec26d7893dca4ff38fa4b96ac91203d30ccae5
patch 8.2.4799: popup does not use correct topline

Problem:    Popup does not use correct topline.
Solution:   Also add one when firstline is negative. (closes #10229)
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c