]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0461: too many strlen() calls in drawline.c v9.1.0461
authorJohn Marriott <basilisk@internode.on.net>
Sun, 2 Jun 2024 17:44:11 +0000 (19:44 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 2 Jun 2024 17:44:11 +0000 (19:44 +0200)
commitf51ff96532ab8f97f779b44d17dccdda9d8ce566
tree77c1831ac7b5e27490d870f1e96a2a3c2c17149e
parent7577afd5efd0f7ebf0dbbca09713185024263ed7
patch 9.1.0461: too many strlen() calls in drawline.c

Problem:  too many strlen() calls in drawline.c
Solution: Refactor code to avoid strlen()
          (John Marriott)

closes: #14890

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