Bram Moolenaar | 1473551 | 2016-03-26 21:00:08 +0100 | [diff] [blame] | 1 | " Tests for autocommands |
2 | |||||
3 | func Test_vim_did_enter() | ||||
4 | call assert_false(v:vim_did_enter) | ||||
5 | |||||
6 | " This script will never reach the main loop, can't check if v:vim_did_enter | ||||
7 | " becomes one. | ||||
8 | endfunc |