commit | 3c802277604a6b21110e41bedfe4c937ba7c2b7d | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Jun 03 22:08:33 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 03 22:08:33 2023 +0100 |
tree | 507364a3f95394485aeb04422539333c5da87950 | |
parent | ecb87dd7d3f7b9291092a7dd8fae1e59b9903252 [diff] [blame] |
patch 9.0.1603: display wrong if scrolling multiple lines with 'smoothscroll' Problem: Display wrong when scrolling multiple lines with 'smoothscroll' set. Solution: Redraw when w_skipcol changed. (closes #12477, closes #12468)
diff --git a/src/version.c b/src/version.c index a724b7c..311892c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1603, +/**/ 1602, /**/ 1601,