commit | 7a39dd7f00239059ce34660611589b26126a550c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 23 00:50:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 23 00:50:15 2019 +0200 |
tree | 6b8b1b7c7218f0f213804cd84c0859d9e0f23b87 | |
parent | c662ec9978e9a381680ffe53d05da0e10bb8d1a0 [diff] [blame] |
patch 8.1.1581: shared functions for testing are disorganised Problem: Shared functions for testing are disorganised. Solution: Group finctions in script files. (Ozaki Kiichi, closes #4573)
diff --git a/src/testdir/test_timers.vim b/src/testdir/test_timers.vim index e67da13..9066134 100644 --- a/src/testdir/test_timers.vim +++ b/src/testdir/test_timers.vim
@@ -4,7 +4,7 @@ CheckFeature timers source shared.vim -source screendump.vim +source term_util.vim func MyHandler(timer) let g:val += 1