commit | 58f331a05f5b7bdddf04e68b6e51a827fd0c43f0 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sat Apr 02 21:59:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 21:59:06 2022 +0100 |
tree | 349de5cab822dc0ccaea9c127fc960f6ab335d2f | |
parent | 0dac1ab5791819ee9a496273eea38f69a217ac45 [diff] [blame] |
patch 8.2.4669: in compiled code len('string') is not inlined Problem: In compiled code len('string') is not inlined. Solution: Compute the length at compile time if possible. (closes #10065)
diff --git a/src/version.c b/src/version.c index 311b878..92198be 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4669, +/**/ 4668, /**/ 4667,