Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
8fdb35a974d92c7d0267bc8988aa6af74ee6885d
/
.
/
src
/
testdir
/
sautest
/
autoload
/
footest.vim
blob: f467bc376dde3a088657f27c1b3d98079b029d03 [
file
] [
log
] [
blame
]
Bram Moolenaar
6d977d6
2014-01-14 15:24:39 +0100
[
diff
] [
blame
]
1
" Autoload script used by test55 and test60
2
let footest#x = 1
3
func footest#F()
4
return 0
5
endfunc