annotate src/testdir/sautest/autoload/sourced.vim @ 19707:8744a50560cb v8.2.0410

patch 8.2.0410: channel test fails too often on slow Mac Commit: https://github.com/vim/vim/commit/3696839ef1165804159e28f50cb6113acc3d519d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 16:22:44 2020 +0100 patch 8.2.0410: channel test fails too often on slow Mac Problem: Channel test fails too often on slow Mac. Solution: Increase waiting time to 10 seconds.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 16:30:04 +0100
parents 41e46caf1030
children 6c477989f9a4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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