view src/testdir/sautest/autoload/footest.vim @ 9783:ce8708b12131

Added tag v7.4.2166 for changeset d6a69f968249bf143674d80f1a823215d3695a95
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Aug 2016 19:30:07 +0200
parents b43363a7b4c7
children cb9b2774f21f
line wrap: on
line source

" Autoload script used by test55 and test60
let footest#x = 1
func footest#F()
  return 0
endfunc