]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1775: Wrong comparison in vim9type.c v9.0.1775
authorJohan Mattsson <39247600+mjunix@users.noreply.github.com>
Sun, 20 Aug 2023 19:07:29 +0000 (21:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 19:07:29 +0000 (21:07 +0200)
commit20cd8699acf6dc1071ee1bf0686bccba7df2c57c
treec93dd8e4871ba16557211b710b6e807fb2c1d882
parent92997dda789ad8061841128cbc99b15ec0374411
patch 9.0.1775: Wrong comparison in vim9type.c

Problem:  Wrong comparison in vim9type.c
Solution: Change condition to false

closes: #12047

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Johan Mattsson <39247600+mjunix@users.noreply.github.com>
src/version.c
src/vim9type.c