blob: 12c984888e3d5debeffeaf0b1a7625832661f089 [file] [log] [blame]
" Tests for autocommands
func Test_vim_did_enter()
call assert_false(v:vim_did_enter)
" This script will never reach the main loop, can't check if v:vim_did_enter
" becomes one.
endfunc