patch 7.4.2291 v7.4.2291
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Aug 2016 19:55:35 +0000 (21:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Aug 2016 19:55:35 +0000 (21:55 +0200)
commit04186095346daa60e82e981dad114de2b641d672
tree0026222b735297b056c4961160b9940ef72cd3b7
parent7f7bd297d6d989254f71c694f1c72d07cbc5c306
patch 7.4.2291
Problem:    printf() handles floats wrong when there is a sign.
Solution:   Fix placing the sign.  Add tests. (Dominique Pelle)
runtime/doc/eval.txt
src/message.c
src/testdir/test_expr.vim
src/version.c