commit | 0222c2d103ad9298bec4dc8864cd80b4e7559db1 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Thu May 18 13:26:57 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 18 13:26:57 2023 +0100 |
tree | b7d74d46b26c2364cc57e284ad6b881f6aec2b8e | |
parent | c0da540466c89e388e7a15a12bab2f9fc42d9671 [diff] [blame] |
patch 9.0.1564: display moves up and down with 'incsearch' and 'smoothscroll' Problem: Display moves up and down with 'incsearch' and 'smoothscroll'. Solution: Do not check if w_skipcol changed. (Luuk van Baal, closes #12410, closes #12409)
diff --git a/src/version.c b/src/version.c index 0e1e326..6cf7de9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1564, +/**/ 1563, /**/ 1562,