aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/provider/perl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim/provider/perl.lua')
-rw-r--r--runtime/lua/vim/provider/perl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/provider/perl.lua b/runtime/lua/vim/provider/perl.lua
index 8918c9792e..da4af0a2a7 100644
--- a/runtime/lua/vim/provider/perl.lua
+++ b/runtime/lua/vim/provider/perl.lua
@@ -48,7 +48,7 @@ function M.call(method, args)
local ok, result = pcall(vim.fn['remote#host#Require'], 'legacy-perl-provider') ---@type any, any
if not ok then
s_err = result
- vim.api.nvim_echo({ result, 'WarningMsg' }, true, {})
+ vim.api.nvim_echo({ { result, 'WarningMsg' } }, true, {})
return
end
s_host = result