view src/testdir/sautest/autoload/footest.vim @ 15147:87e3b7803b1e

Added tag v8.1.0583 for changeset 7903dce131d4ac63cc6ae306f06175f7e98b3cb4
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Dec 2018 15:45:07 +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