summaryrefslogtreecommitdiff
path: root/src/testdir/test_autocmd.vim
blob: 12c984888e3d5debeffeaf0b1a7625832661f089 (plain)
1
2
3
4
5
6
7
8
" 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