]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0686: style: strcmp usage is inconsistent v9.2.0686
authorDoug Kearns <dougkearns@gmail.com>
Sun, 21 Jun 2026 13:31:40 +0000 (13:31 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 21 Jun 2026 13:31:40 +0000 (13:31 +0000)
commit1a155327d830ac2df751b1b59d0639a0c3cfbf1e
tree62c804df5a49ef302147b5a280082dd15f592d92
parenta53becef7fa956a79f0f01082996d9fd79a7e61d
patch 9.2.0686: style: strcmp usage is inconsistent

Problem:  style: strcmp usage is inconsistent.
Solution: Always explicitly test the return value, matching the dominant
          style.

closes: #19101

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/channel.c
src/cindent.c
src/gui_w32.c
src/hardcopy.c
src/map.c
src/message.c
src/misc1.c
src/search.c
src/tag.c
src/version.c