1
0
forked from aniani/vim

patch 8.2.1203: unused assignments in expression evaluation

Problem:    Unused assignments in expression evaluation.
Solution:   Move declarations and assignments to inner blocks where possible.
This commit is contained in:
Bram Moolenaar
2020-07-13 21:28:03 +02:00
parent 08f7a41b0a
commit 3ac9c4701a
2 changed files with 24 additions and 13 deletions

View File

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