]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1181: Unnecessary STRLEN() calls in insexpand.c v9.1.1181
authorzeertzjq <zeertzjq@outlook.com>
Fri, 7 Mar 2025 18:06:02 +0000 (19:06 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 7 Mar 2025 18:06:02 +0000 (19:06 +0100)
commit4422de6316b544c282e6c74afd3df3ee3a4b1cfd
tree64932f0d133e9b19bc81b970b4232e78e6fa2002
parentb3a9127494b8b4389bc39877b98b79a832730f2b
patch 9.1.1181: Unnecessary STRLEN() calls in insexpand.c

Problem:  Unnecessary STRLEN() calls in insexpand.c (after 9.1.1178).
Solution: Use the already available length (zeertzjq).

closes: #16814

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/version.c