mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 10:01:49 +00:00
provider: skip non-provider has() feature-names
We don't want to retry autoload sourcing (slow) for every random has() query that finds it way to eval_call_provider().
This commit is contained in:
6
test/functional/fixtures/autoload/provider/python.vim
Normal file
6
test/functional/fixtures/autoload/provider/python.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
" Dummy test provider, missing this required variable:
|
||||
" let g:loaded_brokenenabled_provider = 0
|
||||
|
||||
function! provider#python#Call(method, args)
|
||||
return 42
|
||||
endfunction
|
||||
Reference in New Issue
Block a user