view src/testdir/sautest/autoload/footest.vim @ 6158:353442863d85 v7.4.415

Update version number to 7.4.415
author Bram Moolenaar <bram@vim.org>
date Sat, 23 Aug 2014 14:18:52 +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