]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0685: too many strlen() calls in usercmd.c v9.1.0685
authorJohn Marriott <basilisk@internode.on.net>
Tue, 20 Aug 2024 18:57:23 +0000 (20:57 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 20 Aug 2024 18:57:23 +0000 (20:57 +0200)
commit9e795852f31f1eab52e776bad27f8a169cb15238
tree71e10b1bfc449b51eea52c5b2221bd7eafb305ee
parente44e64492cf0a99191826b05ea5ee80b3a5fb3f5
patch 9.1.0685: too many strlen() calls in usercmd.c

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

closes: #15516

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