commit | 372bcceeee8012ef3fb2f3dbc8132c3a33cb84fc | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Mon Apr 25 12:43:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 25 12:43:20 2022 +0100 |
tree | fd5e5a86cf23a018f653097a7c7477c532316a36 | |
parent | af59e34f1bf214ec6f2d0304c1c5b11ecda25a83 [diff] [blame] |
patch 8.2.4823: concat more than 2 strings in :def function is inefficient Problem: Concatenating more than 2 strings in a :def function is inefficient. Solution: Add a count to the CONCAT instruction. (closes #10276)
diff --git a/src/version.c b/src/version.c index 612d9e0..b060d5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4823, +/**/ 4822, /**/ 4821,