mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
refactor: rewrite python provider in lua
This commit is contained in:
@@ -13,7 +13,7 @@ local dedent = helpers.dedent
|
||||
|
||||
do
|
||||
clear()
|
||||
local reason = missing_provider('python3')
|
||||
local reason = missing_provider('python')
|
||||
if reason then
|
||||
it(':python3 reports E319 if provider is missing', function()
|
||||
local expected = [[Vim%(py3.*%):E319: No "python3" provider found.*]]
|
||||
|
Reference in New Issue
Block a user