From 80b1fd592ab00b0c2ef0c872e9c007aa6a0494ca Mon Sep 17 00:00:00 2001 From: Luca Saccarola Date: Sat, 10 Jun 2023 18:06:01 +0200 Subject: [PATCH] fix: make copy filename command oneline --- lua/genghis.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/genghis.lua b/lua/genghis.lua index d0377fe..ac5f11b 100644 --- a/lua/genghis.lua +++ b/lua/genghis.lua @@ -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