Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
1e96d9bf98f9ab84d5af7f98d6a961d91b17364f
/
.
/
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