mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 16:54:12 +00:00
[RFC] fix: has('python') error (#17252)
* fix: has('python') error
* fix: functional tests
This commit is contained in:
6
test/functional/fixtures/autoload/provider/python3.vim
Normal file
6
test/functional/fixtures/autoload/provider/python3.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
" Dummy test provider, missing this required variable:
|
||||
" let g:loaded_brokenenabled_provider = 0
|
||||
|
||||
function! provider#python3#Call(method, args)
|
||||
return 42
|
||||
endfunction
|
||||
Reference in New Issue
Block a user