commit | 118c235112854f34182d968613d7fe98be3b290b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 17:19:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 17:19:27 2022 +0100 |
tree | 6fdf02b382317c4fb685ca77939212b4b61a4180 | |
parent | 28f7e701b7857cfc5ab5531ee7ac26e2542ad662 [diff] [blame] |
patch 9.0.0707: with 'smoothscroll' cursor position not adjusted in long line Problem: With 'smoothscroll' and 'scrolloff' non-zero the cursor position is not properly adjusted in a long line. Solution: Move the cursor further up or down in the line.
diff --git a/src/version.c b/src/version.c index 9adceae..f006710 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 707, +/**/ 706, /**/ 705,