summaryrefslogtreecommitdiffstats
path: root/src/testdir/sautest/autoload/footest.vim
blob: 1e78963a10f7f454705074d1cb1fef88422ecdeb (plain)
1
2
3
4
5
" Autoload script used by test_listdict.vim, test_exists.vim and test_let.vim
let footest#x = 1
func footest#F()
  return 0
endfunc