Bram Moolenaar | fb094e1 | 2017-11-05 20:59:28 +0100 | [diff] [blame^] | 1 | " Autoload script used by test_listdict.vim, test_exists.vim and test_let.vim |
Bram Moolenaar | 6d977d6 | 2014-01-14 15:24:39 +0100 | [diff] [blame] | 2 | let footest#x = 1 |
3 | func footest#F() | ||||
4 | return 0 | ||||
5 | endfunc |