]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0824: too many strlen() calls in register.c v9.1.0824
authorJohn Marriott <basilisk@internode.on.net>
Thu, 31 Oct 2024 09:06:54 +0000 (10:06 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 31 Oct 2024 09:09:04 +0000 (10:09 +0100)
commit79f6ffd388299ef3b1c95cbe658785e6e66df144
treed4c51c077f0e928472353d956ff27011ee37a259
parenta68bd6f089239a51ba90026b18109707e601b107
patch 9.1.0824: too many strlen() calls in register.c

Problem:  too many strlen() calls in register.c
Solution: refactor code, add string_T struct to keep track
          of string lengths (John Marriott)

closes: #15952

Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/clipboard.c
src/macros.h
src/register.c
src/structs.h
src/version.c
src/viminfo.c