view src/testdir/sautest/autoload/footest.vim @ 7199:799095feea6d

Added tag v7.4.908 for changeset b58e16f9119e414dcc14580aad994aa37972de65
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Nov 2015 17:45:04 +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