neovim/test/functional/fixtures/autoload/footest.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
98 B
VimL
Raw Normal View History

" Autoload script used by test55 and test60
let footest#x = 1
func footest#F()
return 0
endfunc