python3.vim 170 B

1234567
  1. " Dummy test provider, missing this required variable:
  2. " let g:loaded_brokenenabled_provider = 0
  3. function! provider#python3#Call(method, args)
  4. return 42
  5. endfunction