commit | 81ba26e9de24ca6b1c05b6ec03e53b21793f1a4b | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Fri Nov 18 12:52:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 18 12:52:50 2022 +0000 |
tree | 095eaea57fd7fe46072b058ea7b5e7efaa982ea4 | |
parent | 4654d63dec03650825875006c06bb0b0ae43283f [diff] [blame] |
patch 9.0.0900: cursor moves too far with 'smoothscroll' Problem: Cursor moves too far with 'smoothscroll'. Solution: Only move as far as really needed. (Yee Cheng Chin, closes #11504)
diff --git a/src/version.c b/src/version.c index 6eadf68..fdcd5ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 900, +/**/ 899, /**/ 898,