fix(zip): do not warn when zip.lua is disabled

This commit is contained in:
Barrett Ruth
2026-08-03 11:53:12 -05:00
parent d03b4cfb7a
commit 1e757a2feb
2 changed files with 3 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ describe(':checkhealth', function()
it('getcompletion()', function()
clear { args = { '-u', 'NORC', '+set runtimepath+=test/functional/fixtures' } }
eq('vim.deprecated', getcompletion('vim', 'checkhealth')[1])
eq('nvim.zip', getcompletion('vim', 'checkhealth')[1])
eq('vim.provider', getcompletion('vim.prov', 'checkhealth')[1])
eq('vim.lsp', getcompletion('vim.ls', 'checkhealth')[1])