]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0478: channel: redundant str/length assignments in channel_part_info() v9.2.0478
authorJohn Marriott <basilisk@internode.on.net>
Tue, 12 May 2026 17:58:21 +0000 (17:58 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 12 May 2026 17:58:21 +0000 (17:58 +0000)
commit8aecd377f08e9fbdf0092478ab7ec3ce5e0f04ec
tree8a8c388fa1280d8dff175b82564c2fa52e77ba37
parent3a9e1bb7e245f862f506b02845fc6132013ef6e7
patch 9.2.0478: channel: redundant str/length assignments in channel_part_info()

Problem:  channel: redundant str/length assignments in channel_part_info
Solution: Use the STR_LITERAL_SET() macro (John Marriott)

closes: #20199

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