]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0766: too many strlen() calls in ex_getln.c v9.1.0766
authorJohn Marriott <basilisk@internode.on.net>
Mon, 7 Oct 2024 19:40:39 +0000 (21:40 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 7 Oct 2024 19:40:39 +0000 (21:40 +0200)
commitccf8907570e14396e265b742e51f5089fdf97bf5
treef8e66f5aca2df546d85a1d09b5a2639ba2d9f4d0
parent6e56484f051d34265acfb3bf390ba69482554ed6
patch 9.1.0766: too many strlen() calls in ex_getln.c

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

closes: #15809

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