summaryrefslogtreecommitdiff
path: root/src/testdir/sautest/autoload/footest.vim
blob: f467bc376dde3a088657f27c1b3d98079b029d03 (plain)
1
2
3
4
5
" Autoload script used by test55 and test60
let footest#x = 1
func footest#F()
  return 0
endfunc