]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0843: too many strlen() calls in undo.c v9.1.0843
authorJohn Marriott <basilisk@internode.on.net>
Wed, 6 Nov 2024 20:21:50 +0000 (21:21 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 6 Nov 2024 20:39:15 +0000 (21:39 +0100)
commitfd1a838d364b62a9211af23c47e0eab8d54ea452
tree8eec6fc6e3d43e4e614fa925ddcf54b20780cb7d
parent39cd9061b1f606776ec5e018a6cd330b976d07c1
patch 9.1.0843: too many strlen() calls in undo.c

Problem:  too many strlen() calls in undo.c
Solution: refactor code and remove strlen() calls, update test_undo.vim
          and close remaining open swap files (John Marriott)

closes: #15995

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