1
0
forked from aniani/vim

patch 8.2.4435: dead code in checking map() arguments

Problem:    Dead code in checking map() arguments. (Dominique Pellé)
Solution:   Remove the first return statement. (closes #9815)
This commit is contained in:
Bram Moolenaar
2022-02-21 18:34:30 +00:00
parent 16b51d26fe
commit 7842761bba
2 changed files with 2 additions and 1 deletions

View File

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