]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0555: too many strlen() in ex_substitute() v9.2.0555
authorJohn Marriott <basilisk@internode.on.net>
Thu, 28 May 2026 21:24:12 +0000 (21:24 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 28 May 2026 21:26:19 +0000 (21:26 +0000)
commit8e7e5d5488bbb9a6196b322c21bc324e6f58d525
tree9ffd6c7e65c76a9972bcab564fd713a600a7de31
parent81d42cf1aaba17ca3a0835d54ed2a17e849084e5
patch 9.2.0555: too many strlen() in ex_substitute()

Problem:  too many strlen() in ex_substitute()
Solution: Use string_T type instead of recomputing the length
          (John Marriott).

closes: #20336

Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_cmds.c
src/version.c