refactor: rewrite python provider in lua

This commit is contained in:
dundargoc
2024-01-07 13:05:03 +01:00
committed by dundargoc
parent 13d50c3b13
commit eb5d15e383
11 changed files with 175 additions and 178 deletions

View File

@@ -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.*]]