Merge pull request #18 from saccarosium/main
commit
f78ea865aa
|
|
@ -161,7 +161,7 @@ local function copyOp(operation)
|
||||||
if operation == "filename" then toCopy = expand("%:t") end
|
if operation == "filename" then toCopy = expand("%:t") end
|
||||||
|
|
||||||
fn.setreg(reg, toCopy)
|
fn.setreg(reg, toCopy)
|
||||||
vim.notify("COPIED\n" .. toCopy)
|
vim.notify("genghis: successfully copied \"" .. toCopy .. "\"")
|
||||||
end
|
end
|
||||||
|
|
||||||
---Copy absolute path of current file
|
---Copy absolute path of current file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue