commit | c9121f798f49fa71e814912cb186d89c164090c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 14 20:09:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 14 20:09:04 2022 +0100 |
tree | 7bf018b61ef5e6aff94c935e1638055a662ee2d3 | |
parent | 0abd6cf62d65180dc2c40d67cd95f13b0691f7ea [diff] [blame] |
patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll' Problem: 'scrolloff' does not work well with 'smoothscroll'. Solution: Make positioning the cursor a bit better. Rename functions.
diff --git a/src/version.c b/src/version.c index bd9915a..34129a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 751, +/**/ 750, /**/ 749,