commit | 79c2c881bb7ae1cbdeeff91d4875b4bf2e54df06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 21:19:28 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 21:19:28 2016 +0100 |
tree | 9af61874e83f9428b0b91e54328e3f92f7ed9f95 | |
parent | dc94a26a641914df5f1ba1ab47a5752e1137287e [diff] [blame] |
patch 7.4.1285 Problem: Cannot measure elapsed time. Solution: Add reltimefloat().
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 9745433..e295649 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -9,6 +9,7 @@ source test_json.vim source test_lispwords.vim source test_menu.vim +source test_reltime.vim source test_searchpos.vim source test_set.vim source test_sort.vim