]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll' v9.0.0751
authorBram Moolenaar <Bram@vim.org>
Fri, 14 Oct 2022 19:09:04 +0000 (20:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 14 Oct 2022 19:09:04 +0000 (20:09 +0100)
commitc9121f798f49fa71e814912cb186d89c164090c3
tree7bf018b61ef5e6aff94c935e1638055a662ee2d3
parent0abd6cf62d65180dc2c40d67cd95f13b0691f7ea
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.
src/charset.c
src/edit.c
src/ex_cmds.c
src/misc2.c
src/move.c
src/normal.c
src/ops.c
src/popupwin.c
src/proto/charset.pro
src/version.c