comparison src/version.c @ 31577:3c21865e8068 v9.0.1121

patch 9.0.1121: cursor positioning and display problems with 'smoothscroll' Commit: https://github.com/vim/vim/commit/db4d88c2adfe8f8122341ac9d6cae27ef78451c8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 31 15:13:22 2022 +0000 patch 9.0.1121: cursor positioning and display problems with 'smoothscroll' Problem: Cursor positioning and display problems with 'smoothscroll' and using "zt", "zb" or "zz". Solution: Adjust computations and conditions. (Yee Cheng Chin, closes #11764)
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Dec 2022 16:15:03 +0100
parents 60fe50450ee5
children 9f2a9dd57226
comparison
equal deleted inserted replaced
31576:1ae87829a0dc 31577:3c21865e8068
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1121,
698 /**/ 700 /**/
699 1120, 701 1120,
700 /**/ 702 /**/
701 1119, 703 1119,
702 /**/ 704 /**/