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

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