comparison src/testdir/sautest/autoload/footest.vim @ 12788:cb9b2774f21f v8.0.1271

patch 8.0.1271: still too many old style tests commit https://github.com/vim/vim/commit/fb094e14c19337de824d4e6710ca6a2617930ab0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 5 20:59:28 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Nov 2017 21:00:04 +0100
parents b43363a7b4c7
children
comparison
equal deleted inserted replaced
12787:65546ba95150 12788:cb9b2774f21f
1 " Autoload script used by test55 and test60 1 " Autoload script used by test_listdict.vim, test_exists.vim and test_let.vim
2 let footest#x = 1 2 let footest#x = 1
3 func footest#F() 3 func footest#F()
4 return 0 4 return 0
5 endfunc 5 endfunc