]> granicus.if.org Git - vim/commit
patch 9.0.0598: using negative array index with negative width window v9.0.0598
authorBram Moolenaar <Bram@vim.org>
Mon, 26 Sep 2022 22:08:22 +0000 (23:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Sep 2022 22:08:22 +0000 (23:08 +0100)
commit8279af514ca7e5fd3c31cf13b0864163d1a0bfeb
treede69a0a7677c75f63bea91ec39204549c750b518
parent3bdef10dc1c836e5e5a6fdcc1c21155cbd80d798
patch 9.0.0598: using negative array index with negative width window

Problem:    Using negative array index with negative width window.
Solution:   Make sure the window width does not become negative.
src/testdir/test_cmdwin.vim
src/version.c
src/window.c