commit | 1d6539cf36a7b6d1afe76fb6316fe662f543bf60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 14 17:41:20 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 14 17:41:20 2023 +0000 |
tree | b6e26e7756faf7847863510790cd4c2138635c72 | |
parent | 1a6476428f63e9fa0c2cbea296e475e60363af11 [diff] [blame] |
patch 9.0.1309: scrolling two lines with even line count and 'scrolloff' set Problem: Scrolling two lines with even line count and 'scrolloff' set. Solution: Adjust how the topline is computed. (closes #10545)
diff --git a/src/version.c b/src/version.c index be98fc8..3303bef 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1309, +/**/ 1308, /**/ 1307,