commit | d20dcb3d011da6111153109f6e46fbd5c7fe9fb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 10 21:22:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 10 21:22:58 2019 +0200 |
tree | 177b708d63b5bdace192c344b5a431298a575df2 | |
parent | 410e98a70bc00ea4bed51e55a8fe20e56a72c087 [diff] [blame] |
patch 8.1.2020: it is not easy to change the window layout Problem: It is not easy to change the window layout. Solution: Add win_splitmove(). (Andy Massimino, closes #4561)
diff --git a/src/version.c b/src/version.c index afbf0bc..44b6a51 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2020, +/**/ 2019, /**/ 2018,