diff --git a/lua/genghis/init.lua b/lua/genghis/init.lua index 1332e38..07749b1 100644 --- a/lua/genghis/init.lua +++ b/lua/genghis/init.lua @@ -172,7 +172,7 @@ function M.moveToFolderInCwd() u.bwipeout("#") local msg = ("Moved %q to %q"):format(filename, destination) local append = supportsImportUpdates and " and updated imports." or "." - u.notify(msg + append) + u.notify(msg .. append) end end) end