commit | 361895d2a15b4b0bbbb4c009261eab5b3d69ebf1 | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Sat Nov 19 12:25:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 12:25:16 2022 +0000 |
tree | 21c7c932e95563ec43015810b6d007e10f543373 | |
parent | d63a85592cef0ee4f0fec5efe2f8d66b31f01f05 [diff] [blame] |
patch 9.0.0908: with 'smoothscroll' cursor may end up in wrong position Problem: With 'smoothscroll' cursor may end up in wrong position. Solution: Correct the computation of screen lines. (Yee Cheng Chin, closes #11502)
diff --git a/src/version.c b/src/version.c index 588c312..f6640c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 908, +/**/ 907, /**/ 906,