]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0870: too many strlen() calls in eval.c v9.1.0870
authorJohn Marriott <basilisk@internode.on.net>
Mon, 18 Nov 2024 19:25:21 +0000 (20:25 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 18 Nov 2024 19:26:13 +0000 (20:26 +0100)
commitbd4614f43d0eac4aff743132bab8e53b015ac801
tree863199ba1202854fe2189cfb524f8c41588418d7
parentba9e1570d26b64dc4472394a67a026f2820910d5
patch 9.1.0870: too many strlen() calls in eval.c

Problem:  too many strlen() calls in eval.c
Solution: Refactor eval.c to remove calls to STRLEN()
          (John Marriott)

closes: #16066

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