forked from aniani/vim
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes #2290)
6 lines
132 B
VimL
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
|