aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/autoload/provider/python3.vim
blob: 8ed4330a35328f553a4e231bcba88c4e9ef44b68 (plain) (blame)
1
2
3
4
5
6
" Dummy test provider, missing this required variable:
"   let g:loaded_brokenenabled_provider = 0

function! provider#python3#Call(method, args)
  return 42
endfunction