view src/testdir/sautest/autoload/footest.vim @ 9378:966944639989

Added tag v7.4.1970 for changeset 5ec4fbfe38c55282a36ebf9dc10f64ccaaef2d51
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Jul 2016 14:15:06 +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