commit | f6196f424474e2a9c160f2a995fc2691f82b58f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 21:29:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 21:29:55 2022 +0100 |
tree | ba662de7c6737ae250b30a08b1ba126ec94481aa | |
parent | ff85d4a1076dc7d6fc3102f6560df3ad1af696ae [diff] [blame] |
patch 9.0.0640: cannot scroll by screen line if a line wraps Problem: Cannot scroll by screen line if a line wraps. Solution: Add the 'smoothscroll' option. Only works for CTRL-E and CTRL-Y so far.
diff --git a/src/version.c b/src/version.c index e998716..758ba49 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 640, +/**/ 639, /**/ 638,