commit | 08243d26d22ad44a857d02c90071578577b8a55d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 16:12:29 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 16:12:29 2017 +0100 |
tree | af209d8ff3b3ec6d755acb9a113584d44f50c747 | |
parent | 03c60c1573cdbebbb662863cfc1780d19d511db5 [diff] [blame] |
patch 8.0.0167: str2nr()/str2float() fail with negative values Problem: str2nr() and str2float() do not always work with negative values. Solution: Be more flexible about handling signs. (LemonBoy, closes #1332) Add more tests.
diff --git a/src/version.c b/src/version.c index f5327cc..c74052d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 167, +/**/ 166, /**/ 165,