neovim/test/functional/fixtures/autoload/provider/python3.vim
Shougo f195345c93
[RFC] fix: has('python') error (#17252)
* fix: has('python') error

* fix: functional tests
2022-01-31 15:06:46 +01:00

7 lines
170 B
VimL

" Dummy test provider, missing this required variable:
" let g:loaded_brokenenabled_provider = 0
function! provider#python3#Call(method, args)
return 42
endfunction