> ------ >8 ------ >8 autoload/test.vim ----- >8 ------ >8 ------ >8 > function test#DoTest(a) > if a == 1 > call s:F1() > else > call s:F2() > endif > endfunction
I'm sorry. It does work.
The solution is to use something like
let G=s:F1
call G()
Marc
