Mercurial > vim
annotate src/testdir/sautest/autoload/sourced.vim @ 21501:725efd0a47c7
Added tag v8.2.1300 for changeset 574517d682cf32652cb97f296829518a6ef2d98f
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 26 Jul 2020 18:00:04 +0200 |
parents | 41e46caf1030 |
children | 6c477989f9a4 |
rev | line source |
---|---|
13004
41e46caf1030
patch 8.0.1378: autoload script sources itself when defining function
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
1 let g:loaded_sourced_vim += 1 |
41e46caf1030
patch 8.0.1378: autoload script sources itself when defining function
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
2 func! sourced#something() |
41e46caf1030
patch 8.0.1378: autoload script sources itself when defining function
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
3 endfunc |