]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0828: string_T struct could be used more often v9.1.0828
authorJohn Marriott <basilisk@internode.on.net>
Sat, 2 Nov 2024 14:59:01 +0000 (15:59 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 2 Nov 2024 15:11:58 +0000 (16:11 +0100)
commit8d4477ef220e5af0b9b1a6e4fc38570a063403e4
treefeea0c3eff7852d0073975f274703062562535c2
parentf1d83c4c71dce0edefc9a94b2dfa3ca1c343f837
patch 9.1.0828: string_T struct could be used more often

Problem:  string_T struct could be used more often
Solution: Refactor code and make use of string_T struct
          for key-value pairs, reformat overlong lines
          (John Marriott)

closes: #15975

Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/autocmd.c
src/ex_docmd.c
src/highlight.c
src/misc2.c
src/regexp.c
src/structs.h
src/syntax.c
src/usercmd.c
src/version.c