mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
refactor: rewrite python provider in lua
This commit is contained in:
@@ -96,7 +96,7 @@ describe('script_get-based command', function()
|
||||
|
||||
-- Provider-based scripts
|
||||
test_garbage_exec('ruby', not missing_provider('ruby'))
|
||||
test_garbage_exec('python3', not missing_provider('python3'))
|
||||
test_garbage_exec('python3', not missing_provider('python'))
|
||||
|
||||
-- Missing scripts
|
||||
test_garbage_exec('python', false)
|
||||
|
||||
Reference in New Issue
Block a user