]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0851: too many strlen() calls in getchar.c v9.1.0851
authorJohn Marriott <basilisk@internode.on.net>
Mon, 11 Nov 2024 19:40:33 +0000 (20:40 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 11 Nov 2024 19:40:33 +0000 (20:40 +0100)
commite7a1bbf2102ecd2083613ff18d7d46c45d1e568e
treea19ffd6b4283081fa6c5f710bb818f0fc5b28f55
parent56d45f1b6658ca64857b4cb22f18a18eeefa0f1d
patch 9.1.0851: too many strlen() calls in getchar.c

Problem:  too many strlen() calls in getchar.c
Solution: refactor code and reduce strlen() calls
          (John Marriott)

closes: #16017

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