commit | 04186095346daa60e82e981dad114de2b641d672 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 21:55:35 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 21:55:35 2016 +0200 |
tree | 0026222b735297b056c4961160b9940ef72cd3b7 | |
parent | 7f7bd297d6d989254f71c694f1c72d07cbc5c306 [diff] [blame] |
patch 7.4.2291 Problem: printf() handles floats wrong when there is a sign. Solution: Fix placing the sign. Add tests. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 3cae92d..0d97662 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2291, +/**/ 2290, /**/ 2289,