1
0
forked from aniani/vim
Files
vim/src/testdir/sautest/autoload/footest.vim
Bram Moolenaar fb094e14c1 patch 8.0.1271: still too many old style tests
Problem:    Still too many old style tests.
Solution:   Convert a few more tests to new style. (Yegappan Lakshmanan,
            closes #2290)
2017-11-05 20:59:28 +01:00

6 lines
132 B
VimL

" Autoload script used by test_listdict.vim, test_exists.vim and test_let.vim
let footest#x = 1
func footest#F()
return 0
endfunc