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/Makefile b/src/Makefile index 7ae3fcb..db70672 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2091,6 +2091,7 @@ test_delete \ test_diffmode \ test_digraph \ + test_functions \ test_display \ test_ex_undo \ test_execute_func \