]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2020: it is not easy to change the window layout v8.1.2020
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Sep 2019 19:22:58 +0000 (21:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Sep 2019 19:22:58 +0000 (21:22 +0200)
commitd20dcb3d011da6111153109f6e46fbd5c7fe9fb6
tree177b708d63b5bdace192c344b5a431298a575df2
parent410e98a70bc00ea4bed51e55a8fe20e56a72c087
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)
runtime/doc/eval.txt
src/evalfunc.c
src/evalwindow.c
src/proto/evalwindow.pro
src/testdir/test_window_cmd.vim
src/version.c