commit | 8cf3459878198c5bb4a96f3c63214b2beccce341 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 21:13:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 21:13:40 2022 +0100 |
tree | 01a1000aa7e15f6577a2cd702043cf3675946870 | |
parent | 25f3a146a0e4c731b8608f4cfbbfdf7a71b2d05e [diff] [blame] |
patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long line Problem: With 'smoothscroll' the cursor position s not 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 453df91..79ec146 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 701, +/**/ 700, /**/ 699,