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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4431,
|
||||
/**/
|
||||
4430,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user