mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-14 15:13:19 +00:00
fix: remove debug notification
This commit is contained in:
@@ -416,7 +416,6 @@ function M.diff(opts)
|
||||
|
||||
if opts and opts.current then
|
||||
local file = vim.fn.expand("%:p")
|
||||
utils.notify(file)
|
||||
if file and file ~= "" then
|
||||
cmd = string.format("%s %s", cmd, vim.fn.fnameescape(file))
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user