commit | ee63031b572eb7aea27be4c7e3dafba0daaf681b | [log] [tgz] |
---|---|---|
author | Daniel Steinberg <dstein64@users.noreply.github.com> | Mon Jan 10 13:36:34 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 13:36:34 2022 +0000 |
tree | 5fa4993e27fa0db931e599f40233404efb00490f | |
parent | b06cfcf5a3b0248527fd70f9323272aa96db2f56 [diff] [blame] |
patch 8.2.4052: not easy to resize a window from a plugin Problem: Not easy to resize a window from a plugin. Solution: Add win_move_separator() and win_move_statusline() functions. (Daniel Steinberg, closes #9486)
diff --git a/src/version.c b/src/version.c index f3213ee..5f8fc2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4052, +/**/ 4051, /**/ 4050,