blob: 0630b2a8419b19430dd6c9cd56d0dd823a3fb425 [file] [log] [blame]
Bram Moolenaarb9a46fe2016-07-29 18:13:42 +02001" Check that loading startup.vim works.
2
3func Test_startup_script()
4 set compatible
5 source $VIMRUNTIME/defaults.vim
6
7 call assert_equal(0, &compatible)
8endfunc