commit | d63a85592cef0ee4f0fec5efe2f8d66b31f01f05 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 11:41:30 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 11:41:30 2022 +0000 |
tree | 0b1f1312b6d54ccd334f1931f62399640c42aaa9 | |
parent | ff95ce0930e6db0037fe8d1fc875a6522b054582 [diff] [blame] |
patch 9.0.0907: restoring window after WinScrolled may fail Problem: Restoring window after WinScrolled may fail. Solution: Lock the window layout when triggering WinScrolled.
diff --git a/src/version.c b/src/version.c index a87a378..588c312 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 907, +/**/ 906, /**/ 905,