comparison src/version.c @ 28550:f59db757e4ef v8.2.4799

patch 8.2.4799: popup does not use correct topline Commit: https://github.com/vim/vim/commit/0044e5100a0e76a0bc1ea18c63a432c20428de5e Author: LemonBoy <thatlemon@gmail.com> Date: Wed Apr 20 19:47:37 2022 +0100 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 https://github.com/vim/vim/issues/10229)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Apr 2022 21:00:06 +0200
parents a54564337e89
children 90d57cd76564
comparison
equal deleted inserted replaced
28549:1e7b46dbdaed 28550:f59db757e4ef
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4799,
749 /**/ 751 /**/
750 4798, 752 4798,
751 /**/ 753 /**/
752 4797, 754 4797,
753 /**/ 755 /**/