]> granicus.if.org Git - vim/commit
patch 8.2.1856: "2resize" uses size of current window v8.2.1856
authorBram Moolenaar <Bram@vim.org>
Sat, 17 Oct 2020 15:39:55 +0000 (17:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Oct 2020 15:39:55 +0000 (17:39 +0200)
commit9668cc57a1e70c99163f90f58202e206d12f40c8
treea6d64b73f149a8989649393fdb9eb59ff404266f
parente13bdec6b90b3a0fce4f021e3ee986e731cea3b5
patch 8.2.1856: "2resize" uses size of current window

Problem:    "2resize" uses size of current window.
Solution:   Use size of resized window. (Yasuhiro Matsumoto, closes #7152)
src/ex_docmd.c
src/testdir/test_window_cmd.vim
src/version.c