1
0
forked from aniani/vim

patch 8.2.4431: unnecessary condition when assigning to a variable

Problem:    Unnecessary condition when assigning to a variable.
Solution:   Remove the condition.
This commit is contained in:
Bram Moolenaar
2022-02-21 15:59:11 +00:00
parent 101979358f
commit 993faa3405
2 changed files with 156 additions and 158 deletions

View File

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