commit | 20e58561abc4116f3bfbafaef242d886dd77b303 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Fri Sep 23 12:57:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 12:57:09 2022 +0100 |
tree | 9dbca95dc3d3d4a36a2e99cf3c0362b2d6966e2d | |
parent | f8addf1ca1d8c7801f6dded2341b7084d2b93e5e [diff] [blame] |
patch 9.0.0555: scrolling with 'nosplitscroll' in callback changing curwin Problem: Scrolling with 'nosplitscroll' in callback changing curwin. Solution: Invalidate w_cline_row in the right place. (Luuk van Baal, closes #11185)
diff --git a/src/version.c b/src/version.c index 23f822c..617b76c 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 555, +/**/ 554, /**/ 553,