]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1028: too many strlen() calls in screen.c v9.1.1028
authorJohn Marriott <basilisk@internode.on.net>
Fri, 17 Jan 2025 12:54:49 +0000 (13:54 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 17 Jan 2025 12:54:49 +0000 (13:54 +0100)
commitc15de972e8131def2f506bb9eb6b306ca089629c
tree11bed33976755eb258a389bafed873bf2b344d7a
parentca307efe486670b76563a4a287bc94dace57fb74
patch 9.1.1028: too many strlen() calls in screen.c

Problem:  too many strlen() calls in screen.c
Solution: refactor screen.c and remove calls to strlen(),
          verify that leadmultispace != NULL (John Marriott)

closes: #16460

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