aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/autoload/footest.vim
blob: f467bc376dde3a088657f27c1b3d98079b029d03 (plain) (blame)
1
2
3
4
5
" Autoload script used by test55 and test60
let footest#x = 1
func footest#F()
  return 0
endfunc