feat(vim.ui.open): support lemonade #30845

This commit is contained in:
Uthman Mohamed
2024-10-18 05:22:15 -04:00
committed by GitHub
parent 564173e556
commit f4b620c4e6
3 changed files with 8 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ describe('vim.ui', function()
vim.fn.executable = function() return 0 end
]]
eq(
'vim.ui.open: no handler found (tried: wslview, explorer.exe, xdg-open)',
'vim.ui.open: no handler found (tried: wslview, explorer.exe, xdg-open, lemonade)',
exec_lua [[local _, err = vim.ui.open('foo') ; return err]]
)
end)