]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4614: redrawing too much when 'cursorline' is set v8.2.4614
authorzeertzjq <zeertzjq@outlook.com>
Wed, 23 Mar 2022 14:55:23 +0000 (14:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Mar 2022 14:55:23 +0000 (14:55 +0000)
commitc20e46a4e3efcd408ef132872238144ea34f7ae5
tree88e4c9c9113e2a70665b31e08c733a93f1e8bb57
parent3c5999e53d9f35a30abefb7224f66a75c8ffb009
patch 8.2.4614: redrawing too much when 'cursorline' is set

Problem:    Redrawing too much when 'cursorline' is set and jumping around.
Solution:   Rely on win_update() to redraw the current and previous cursor
            line, do not mark lines as modified. (closes #9996)
src/drawline.c
src/drawscreen.c
src/move.c
src/option.c
src/proto/move.pro
src/version.c