]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1291: too many strlen() calls in buffer.c v9.1.1291
authorJohn Marriott <basilisk@internode.on.net>
Thu, 10 Apr 2025 19:34:19 +0000 (21:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 10 Apr 2025 19:34:19 +0000 (21:34 +0200)
commitec032de6465f159bd57c22d464e0f4815f3aefc7
treed25156a4e253245d1699ac2c23734c6502a5d980
parent06a41ad084109ae67b949276f16e388fd4d9350a
patch 9.1.1291: too many strlen() calls in buffer.c

Problem:  too many strlen() calls in buffer.c
Solution: refactor buffer.c and remove strlen() calls
          (John Marriott)

closes: #17063

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