commit | 8df9748edb2ac8bd025e34e06194ac210667c97a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 12:11:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 12:11:13 2022 +0100 |
tree | 995fad54ffc0479516c18392ad27c3053ab8d80f | |
parent | b1fd26d208aadc96d3e8b9215f761150f40a9f91 [diff] [blame] |
patch 9.0.0645: CTRL-Y does not stop at line 1 Problem: CTRL-Y does not stop at line 1. (John Marriott) Solution: Stop at line 1 when 'smoothscroll' is not set. (closes #11261)
diff --git a/src/version.c b/src/version.c index 32a9851..0cf367e 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 645, +/**/ 644, /**/ 643,