commit | 75ac25b4967cdcdfdf2d6c086a6e2308868c280a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 19:00:14 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 19:00:14 2022 +0000 |
tree | 6f9445153a4306764f8a7324c133c8254bed1b35 | |
parent | 12babe45a389cd1ea8befd5b06239e877b4abbba [diff] [blame] |
patch 9.0.0898: with 'smoothscroll' cursor is one screen line too far down Problem: With 'smoothscroll' cursor is one screen line too far down. (Ernie Rael) Solution: Add a test that currently has the wrong result so that a fix can be made. (issue #11436)
diff --git a/src/version.c b/src/version.c index 1f79562..575f8d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 898, +/**/ 897, /**/ 896,