Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
b9a46fec3e79d1fc8c406084a41733c647a5e535
/
.
/
src
/
testdir
/
test_startup.vim
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