commit | ff871400461183010d3ab98f3f326e4bb75e221b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 13:34:05 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 13:34:05 2021 +0100 |
tree | 553f27a2cc111081ed9cde957396441e95dbde02 | |
parent | 3a0f092ac0dbdd4ce71f9c4abe020e89f13df36c [diff] [blame] |
patch 8.2.2654: Vim9: getting a character from a string can be slow Problem: Vim9: getting a character from a string can be slow. Solution: Avoid a function call to get the character byte size. (#8000)
diff --git a/src/version.c b/src/version.c index 37da6ab..5e177f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2654, +/**/ 2653, /**/ 2652,