]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-B v8.2.4673
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Apr 2022 12:23:22 +0000 (13:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Apr 2022 12:23:22 +0000 (13:23 +0100)
commit8ef6997e2d90808dec033373c96dda68843af12e
tree377cf2c6ded314e31c454ed9d9a8e2ebec44cd58
parentce416b453a849c837f9f6ffc91dd4792d84e1bfd
patch 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-B

Problem:    Redrawing a vertically split window is slow when using CTRL-F and
            CTRL-B.
Solution:   When deciding on USE_REDRAW bail out if scrolling more than three
            lines. (issue #8002)
src/screen.c
src/version.c