commit | 1a58e1d97cfc72e501cbf63ad75f46f1bb4c8da2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 13:09:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 13:09:17 2022 +0100 |
tree | 958cfa487a889da895185024f5deb04a972830f0 | |
parent | c9f5f73206272ccad0aa536854debc5f9781978a [diff] [blame] |
patch 9.0.0671: negative topline using CTRL-Y with 'smoothscroll' and 'diff' Problem: Negative topline using CTRL-Y with 'smoothscroll' and 'diff'. (Ernie Rael) Solution: Only use 'smoothscroll' when 'wrap' is set.
diff --git a/src/version.c b/src/version.c index a52b707..5ddf40b 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 671, +/**/ 670, /**/ 669,