Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
d76a0c15f8bdbc901015879177fd5076d34c7a06
/
.
/
src
/
testdir
/
test_startup.vim
blob: 0630b2a8419b19430dd6c9cd56d0dd823a3fb425 [
file
] [
log
] [
blame
]
Bram Moolenaar
b9a46fe
2016-07-29 18:13:42 +0200
[
diff
] [
blame
]
1
" Check that loading startup.vim works.
2
3
func Test_startup_script()
4
set compatible
5
source $VIMRUNTIME/defaults.vim
6
7
call assert_equal(0, &compatible)
8
endfunc