commit | d9a92dc70b20c76cef9ca186676583c92c14311c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Jun 05 18:41:35 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 18:41:35 2023 +0100 |
tree | d42e0ec7f1d2886af0393fd25221e1655640c379 | |
parent | f7ca56f7193f8b383be43f1f6b3a6c6ca77b4233 [diff] [blame] |
patch 9.0.1610: display is wrong when 'smoothscroll' is set Problem: Display is wrong when 'smoothscroll' is set and scrolling multiple lines. Solution: Redraw with UPD_NOT_VALID when "skipcol" is or was set. (closes #12490, closes #12468)
diff --git a/src/version.c b/src/version.c index 1288490..a8f2104 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1610, +/**/ 1609, /**/ 1608,