Merge pull request #18 from saccarosium/main

remotes/origin/HEAD
pseudometa 2023-06-10 18:16:47 +02:00 committed by GitHub
commit f78ea865aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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