fix: make copy filename command oneline
parent
9b4e8de8c2
commit
80b1fd592a
|
|
@ -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