1" Tests for autocommands 2 3func 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. 8endfunc 9