commit | f32fb93e431e4db95a8663d86dfeb6bffa5896f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 11:34:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 11:34:38 2022 +0000 |
tree | 0a87094dbced6a22a56f90e272662374a35f6ff7 | |
parent | fc1b2d0961ad963e6337c25efe082f4c526aca5e [diff] [blame] |
patch 9.0.0892: may redraw when not needed Problem: May redraw when not needed, causing slow scrolling. Solution: Do not redraw when w_skipcol doesn't change. When w_skipcol changes only redraw from the top. (issue #11559)
diff --git a/src/version.c b/src/version.c index 0423d0d..b526652 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 892, +/**/ 891, /**/ 890,