fix: make copy filename command oneline

remotes/origin/HEAD
Luca Saccarola 2023-06-10 18:06:01 +02:00
parent 9b4e8de8c2
commit 80b1fd592a
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ local function copyOp(operation)
if operation == "filename" then toCopy = expand("%:t") end
fn.setreg(reg, toCopy)
vim.notify("COPIED\n" .. toCopy)
vim.notify("genghis: successfully copied \"" .. toCopy .. "\"")
end
---Copy absolute path of current file