commit | 975b5271eed4fa0500c24a8f37be0b1797cb9db7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 23:10:59 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 23:10:59 2016 +0100 |
tree | e2f73f9ae91f1fce55de8757dc1599fcc169c3fe | |
parent | ab1fa3955f25dfdb7e329c3bd76e175c93c8cb5e [diff] [blame] |
patch 7.4.1578 Problem: There is no way to invoke a function later or periodically. Solution: Add timer support.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index bd74afc..3615598 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -19,5 +19,6 @@ source test_set.vim source test_sort.vim source test_syn_attr.vim +source test_timers.vim source test_undolevels.vim source test_unlet.vim