summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-10 16:12:29 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-10 16:12:29 +0100
commit08243d26d22ad44a857d02c90071578577b8a55d (patch)
treeaf209d8ff3b3ec6d755acb9a113584d44f50c747 /src/testdir/test_alot.vim
parent03c60c1573cdbebbb662863cfc1780d19d511db5 (diff)
patch 8.0.0167: str2nr()/str2float() fail with negative valuesv8.0.0167
Problem: str2nr() and str2float() do not always work with negative values. Solution: Be more flexible about handling signs. (LemonBoy, closes #1332) Add more tests.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 6e989f6203..d29bc3a58b 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -18,6 +18,7 @@ source test_filter_cmd.vim
source test_filter_map.vim
source test_float_func.vim
source test_fnamemodify.vim
+source test_functions.vim
source test_glob2regpat.vim
source test_goto.vim
source test_help_tagjump.vim