]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0727: too many strlen() calls in option.c v9.1.0727
authorJohn Marriott <basilisk@internode.on.net>
Tue, 10 Sep 2024 19:25:14 +0000 (21:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 10 Sep 2024 19:25:14 +0000 (21:25 +0200)
commit95dacbb5fd53f76a7e369c554aaa02e86b81eca8
treec17c544490681be40ae7bc3fe877f92d19b5d87c
parent077d1d2cff20daec6f1efd504ef27fc09b927799
patch 9.1.0727: too many strlen() calls in option.c

Problem:  too many strlen() calls in option.c
Solution: refactor the code to reduce the number of strlen() calls
          (John Marriott)

closes: #15604

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