mirror of
https://github.com/neovim/neovim.git
synced 2025-09-09 12:58:16 +00:00
7 lines
170 B
VimL
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
|