]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1905: FEAT_FLOAT no longer defined v9.0.1905
authordundargoc <gocdundar@gmail.com>
Sun, 17 Sep 2023 14:58:22 +0000 (16:58 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 17 Sep 2023 14:58:22 +0000 (16:58 +0200)
commit0483e49f90d85f5172f2050426913ac718f1c176
tree12a75702fef44b0df0a5aec50aba0ab7d55f4079
parente6059c321b384d35493b4f8038756585d6249357
patch 9.0.1905: FEAT_FLOAT no longer defined

Problem:  FEAT_FLOAT no longer defined
Solution: Remove last existing FEAT_FLOAT ifdefs in
          message_test

Remove FEAT_FLOAT as that should always be true

FEAT_FLOAT has been removed in v9.0.0491 (73e28dcc6125f616cf1f2) but
unfortunately, it was forgotten to remove it from message_test.c. So
let's remove the last mentioned ifdefs which are now unused.

closes: #13106

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: dundargoc <gocdundar@gmail.com>
src/message_test.c
src/version.c