mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
feat(provider)!: remove support for python2 and python3.[3-5]
These versions of python has reached End-of-life. getting rid of python2 support removes a lot of logic to support two incompatible python versions in the same version.
This commit is contained in:
@@ -62,10 +62,10 @@ describe('script_get-based command', function()
|
||||
|
||||
-- Provider-based scripts
|
||||
test_garbage_exec('ruby', not missing_provider('ruby'))
|
||||
test_garbage_exec('python', not missing_provider('python'))
|
||||
test_garbage_exec('python3', not missing_provider('python3'))
|
||||
|
||||
-- Missing scripts
|
||||
test_garbage_exec('python', false)
|
||||
test_garbage_exec('tcl', false)
|
||||
test_garbage_exec('mzscheme', false)
|
||||
test_garbage_exec('perl', false)
|
||||
|
||||
Reference in New Issue
Block a user