view src/testdir/sautest/autoload/footest.vim @ 15612:e08d1aa308d8

Added tag v8.1.0813 for changeset bfcd7ffe9ac2b7ed03f321013363de56ab5b423b
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jan 2019 19:45:08 +0100
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