commit | 0044e5100a0e76a0bc1ea18c63a432c20428de5e | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Wed Apr 20 19:47:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 19:47:37 2022 +0100 |
tree | e3ad4e3fdeb6ec2997ec5b061b72410abefaa697 | |
parent | dbec26d7893dca4ff38fa4b96ac91203d30ccae5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 83d8e1b..447bbd8 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4799, +/**/ 4798, /**/ 4797,