1
0
forked from aniani/vim

patch 8.2.0546: Vim9: varargs implementation is inefficient

Problem:    Vim9: varargs implementation is inefficient.
Solution:   Create list without moving the arguments.
This commit is contained in:
Bram Moolenaar
2020-04-11 22:31:27 +02:00
parent d19a8f97ad
commit fe27081724
3 changed files with 52 additions and 69 deletions

View File

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