]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2266 v7.4.2266
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2016 13:26:35 +0000 (15:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2016 13:26:35 +0000 (15:26 +0200)
commit9992237a3e791fbc0c1ebf743ece1b75e1488410
tree1016f2132eb5318b0136ce8ad71921177322a5fb
parent76efafba2af36ae5f6c7b79b56c537fcbcdb386c
patch 7.4.2266
Problem:    printf() test fails on Windows. "-inf" is not used.
Solution:   Check for Windows-specific values for "nan".  Add sign to "inf"
            when appropriate.
src/message.c
src/testdir/test_expr.vim
src/version.c