neovim/test/functional/fixtures/autoload/footest.vim
Lucas Hoffmann a4c22c95e3 tests: Migrate legacy test 60. #2721
Helped-By: Justin M. Keyes <justinkz@gmail.com>
2015-05-27 12:06:13 -04:00

6 lines
98 B
VimL

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