1
0
forked from aniani/vim

patch 9.0.0501: warning for using uninitialized value in mouse test

Problem:    Warning for using uninitialized value in mouse test.
Solution:   Clear ScreenCols when allocating it. (Dominique Pellé)
This commit is contained in:
Bram Moolenaar
2022-09-19 11:44:11 +01:00
parent b2f0ca820e
commit 18ee0feb5d
2 changed files with 5 additions and 1 deletions

View File

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