commit | d5337efece7c68e9b4ce864532ea49b02453b674 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 20:15:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 20:15:47 2022 +0100 |
tree | 377c0879c9257386f837d73b2f0e2f755407a0f1 | |
parent | 49660f5139d3fd55326a54eadf6bb31a3ffec2bf [diff] [blame] |
patch 9.0.0807: with 'smoothscroll' typing "0" may not go to the first column Problem: With 'smoothscroll' typing "0" may not go to the first column. Solution: Recompute w_cline_height when needed. Do not scroll up when it would move the cursor.
diff --git a/src/version.c b/src/version.c index 3d1feae..6456028 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 807, +/**/ 806, /**/ 805,