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:
@@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
598,
|
||||
/**/
|
||||
597,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user