mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 21:38:19 +00:00

We don't want to retry autoload sourcing (slow) for every random has() query that finds it way to eval_call_provider().
7 lines
169 B
VimL
7 lines
169 B
VimL
" Dummy test provider, missing this required variable:
|
|
" let g:loaded_brokenenabled_provider = 0
|
|
|
|
function! provider#python#Call(method, args)
|
|
return 42
|
|
endfunction
|