mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
feat(vim.ui.open): support lemonade #30845
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user