1
0
forked from aniani/vim

patch 8.1.2411: function argument copied unnecessarily

Problem:    Function argument copied unnecessarily.
Solution:   Use the argument directly.
This commit is contained in:
Bram Moolenaar
2019-12-08 17:08:29 +01:00
parent 32b364fcc0
commit 1b03a193b3
2 changed files with 3 additions and 2 deletions

View File

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