commit | fe270817247b73a9315bb10f0a51b6eca406d300 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 22:31:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 22:31:27 2020 +0200 |
tree | d49462f84e5af19fd16ac37d77b61a0a28b89d87 | |
parent | d19a8f97ad58055a5e99cca8498d01e450ae37b2 [diff] [blame] |
patch 8.2.0546: Vim9: varargs implementation is inefficient Problem: Vim9: varargs implementation is inefficient. Solution: Create list without moving the arguments.
diff --git a/src/version.c b/src/version.c index c06d6f4..2d1d2f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 546, +/**/ 545, /**/ 544,