fix: error msg for paste image error (#241)

This commit is contained in:
Thomas Lambert
2023-05-01 22:54:36 +02:00
parent 325aa88f1e
commit 2efa3a51ff

View File

@@ -406,9 +406,8 @@ local function imgFromClipboard()
if not result then
vim.api.nvim_err_writeln(
string.format(
"Unable to write image %s (exit code: %d). Is there an image on the clipboard? ",
png,
result
"Unable to write image %s. Is there an image on the clipboard? See also issue 131",
png
)
)
return