1
0
forked from aniani/vim

patch 8.2.0566: Vim9: variable can be used uninitialized

Problem:    Vim9: variable can be used uninitialized.
Solution:   Jump to after where variable is used.
This commit is contained in:
Bram Moolenaar
2020-04-12 23:09:25 +02:00
parent 675f716efb
commit 1a2f4bf6c8
2 changed files with 4 additions and 2 deletions

View File

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