mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
f195345c93
* fix: has('python') error * fix: functional tests
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
|