view src/testdir/sautest/autoload/footest.vim @ 7610:a49853dd0ccf

Added tag v7.4.1104 for changeset 77a14f3bc18bcaef000e1b5eb99b3d6d1ebb65a1
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jan 2016 16:30:05 +0100
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