1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-09-26 23:08:22 +01:00
parent 3bdef10dc1
commit 8279af514c
3 changed files with 28 additions and 1 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
598,
/**/
597,
/**/