view src/testdir/sautest/autoload/footest.vim @ 17965:621590abaf54

Added tag v8.1.1978 for changeset 6d4d3bce365df4ad88cac33daab3dffd5c634eb2
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Sep 2019 14:45:04 +0200
parents cb9b2774f21f
children
line wrap: on
line source

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