view src/testdir/sautest/autoload/footest.vim @ 30305:b00800d36297

Added tag v9.0.0488 for changeset f1fe5917918031b01817d4e1809c3da2f8913e16
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Sep 2022 18:30:05 +0200
parents cb9b2774f21f
children
line wrap: on
line source

" Autoload script used by test_listdict.vim, test_exists.vim and test_let.vim
let footest#x = 1
func footest#F()
  return 0
endfunc