commit | 11aa62f8f949bb590b4d7792a334885fba5e4137 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 04 22:56:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 04 22:56:01 2017 +0200 |
tree | 56dff83537634b3e6e72019ea7f6282f4380fb84 | |
parent | 178333783fac3a5edbc86f2e9c57a21c41f05697 [diff] [blame] |
patch 8.0.1055: bufline test hangs on MS-Windows Problem: Bufline test hangs on MS-Windows. Solution: Avoid message for writing file. Source shared.vim when running test individually.
diff --git a/src/testdir/test_timers.vim b/src/testdir/test_timers.vim index 142bfc8..c9171b7 100644 --- a/src/testdir/test_timers.vim +++ b/src/testdir/test_timers.vim
@@ -4,6 +4,10 @@ finish endif +if !exists('*WaitFor') + source shared.vim +endif + func MyHandler(timer) let g:val += 1 endfunc