mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fix: error msg for paste image error (#241)
This commit is contained in:
@@ -406,9 +406,8 @@ local function imgFromClipboard()
|
|||||||
if not result then
|
if not result then
|
||||||
vim.api.nvim_err_writeln(
|
vim.api.nvim_err_writeln(
|
||||||
string.format(
|
string.format(
|
||||||
"Unable to write image %s (exit code: %d). Is there an image on the clipboard? ",
|
"Unable to write image %s. Is there an image on the clipboard? See also issue 131",
|
||||||
png,
|
png
|
||||||
result
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user