1
0
forked from aniani/vim

patch 8.1.1650: warning for using uninitialized variable

Problem:    Warning for using uninitialized variable. (Tony Mechelynck)
Solution:   Simplify the code by always using the mouse coordinates.
This commit is contained in:
Bram Moolenaar
2019-07-08 20:08:44 +02:00
parent 3e35d05b1f
commit ee9e604124
2 changed files with 10 additions and 16 deletions

View File

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