]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0029: STRLEN() used for a string literal v9.2.0029
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Thu, 19 Feb 2026 16:55:39 +0000 (16:55 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 19 Feb 2026 16:55:39 +0000 (16:55 +0000)
commitd673411ff2a9e1e7e371b3541f72f7bb01018ebe
tree11834788134743ad2c0fa2c20a3aa8cf9dd78591
parent342ae5f8aa612179f9390c21a8129a393a995b1a
patch 9.2.0029: STRLEN() used for a string literal

Problem:  STRLEN() used for a string literal
Solution: Use STRLEN_LITERAL instead (Yasuhiro Matsumoto).

closes: #19450

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/channel.c
src/gui_w32.c
src/hardcopy.c
src/if_cscope.c
src/if_xcmdsrv.c
src/version.c