commit | a1a46da87d91cfbf46866627b3e66a757145e8c3 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Mon Oct 17 14:22:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 17 14:22:03 2022 +0100 |
tree | 060fdc50d91bf1a973a522a1e50c106b6481ad17 | |
parent | 4ac8e7948cb3e07bc4598ede8b274891d14dfa7c [diff] [blame] |
patch 9.0.0780: 'scroll' value computed in unexpected location Problem: 'scroll' value computed in unexpected location. Solution: Compute 'scroll' when the window height is changed. (Luuk van Baal, closes #11387)
diff --git a/src/version.c b/src/version.c index b872e3f..947f653 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 780, +/**/ 779, /**/ 778,