blob: 0630b2a8419b19430dd6c9cd56d0dd823a3fb425 [file] [log] [blame]
" Check that loading startup.vim works.
func Test_startup_script()
set compatible
source $VIMRUNTIME/defaults.vim
call assert_equal(0, &compatible)
endfunc