commit | 9bab7a024393200bb2c03b3abddfda86436990a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 14:57:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 14:57:53 2022 +0100 |
tree | b5a76b2251daed2bbd2ef703b0e61341d1582346 | |
parent | 1a58e1d97cfc72e501cbf63ad75f46f1bb4c8da2 [diff] [blame] |
patch 9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zero Problem: Cursor line only partly shows with 'smoothscroll' and 'scrolloff' zero. Solution: Do not use 'smoothscroll' when adjusting the bottom of the window. (closes #11269)
diff --git a/src/version.c b/src/version.c index 5ddf40b..4d8b40f 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 672, +/**/ 671, /**/ 670,