view src/testdir/sautest/autoload/footest.vim @ 6927:58d9f967ae1a v7.4.782

patch 7.4.782 Problem: Still a few problems with CTRL-A and CTRL-X in Visual mode. Solution: Fix the reported problems. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Jul 2015 13:03:48 +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