]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1513: resizing Vim window causes unexpected internal window width v9.1.1513
authorHirohito Higashi <h.east.727@gmail.com>
Sun, 6 Jul 2025 08:34:48 +0000 (10:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 6 Jul 2025 08:34:48 +0000 (10:34 +0200)
commit88be7a6c68c9d288914e6973564a86918055b4bd
tree96c0776ff66c9f565a9ffc05b9a732ea25662bd9
parent0ae9e19540dda5d18359013fadf20f7d6b04f1fb
patch 9.1.1513: resizing Vim window causes unexpected internal window width

Problem:  resizing Vim window causes unexpected internal window width
          (chdiza, after v9.1.1465)
Solution: move the column calculation around (Hirohito Higashi)

fixes: #17657
fixes: #17595
closes: #17668

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/term.c
src/testdir/test_autocmd.vim
src/version.c
src/window.c