comparison src/version.c @ 23905:68f506771741 v8.2.2495

patch 8.2.2495: text jumps up and down when moving the cursor Commit: https://github.com/vim/vim/commit/8f33ebfade10cd1b4296d8ec8dca815a09e8a405 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 10 21:10:12 2021 +0100 patch 8.2.2495: text jumps up and down when moving the cursor Problem: Text jumps up and down when moving the cursor in a small window with wrapping text and 'scrolloff' set. Solution: Adjust the computation of w_skipcol. (partly by Ghjuvan Lacambre, closes #7813)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Feb 2021 21:15:04 +0100
parents 402f1d8653c1
children c8aa6d26e6e1
comparison
equal deleted inserted replaced
23904:e2c0053823a5 23905:68f506771741
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2495,
753 /**/ 755 /**/
754 2494, 756 2494,
755 /**/ 757 /**/
756 2493, 758 2493,
757 /**/ 759 /**/