comparison src/version.c @ 25246:5932642234e1 v8.2.3159

patch 8.2.3159: cursor displayed in wrong position after deleting line Commit: https://github.com/vim/vim/commit/5bea41dea34bcc73c4efb1b554ad0a2018966ecc Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 13 22:21:44 2021 +0200 patch 8.2.3159: cursor displayed in wrong position after deleting line Problem: Cursor displayed in wrong position after deleting line. Solution: When deleting lines do not approximate botline. (fixes https://github.com/vim/vim/issues/8559)
author Bram Moolenaar <Bram@vim.org>
date Tue, 13 Jul 2021 22:30:05 +0200
parents 11ed1f0adb01
children cf0774d010b7
comparison
equal deleted inserted replaced
25245:202f48dbc48a 25246:5932642234e1
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3159,
758 /**/ 760 /**/
759 3158, 761 3158,
760 /**/ 762 /**/
761 3157, 763 3157,
762 /**/ 764 /**/