commit | 470a14140bc06f1653edf26ab0b3c9b801080353 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Wed Sep 14 01:27:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 01:27:23 2022 +0100 |
tree | 3b79c53c438a59326a506cfe032c654cd11edea5 | |
parent | 766ae5b252eaa6ee2bff70f1913d1cbfb51101bd [diff] [blame] |
patch 9.0.0461: 'scroll' is not always updated Problem: 'scroll' is not always updated. Solution: Call win_init_size() at the right place.
diff --git a/src/version.c b/src/version.c index ab132ca..62a43a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 461, +/**/ 460, /**/ 459,