view src/testdir/sautest/autoload/sourced.vim @ 30670:069c5155439b

Added tag v9.0.0669 for changeset de319bf98a399076d5beba1e00af52cc29a296dd
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Oct 2022 23:00:04 +0200
parents 6c477989f9a4
children
line wrap: on
line source

let g:loaded_sourced_vim += 1
func sourced#something()
endfunc
call sourced#something()