mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-06-02 10:45:06 +00:00
fix: ASToggle command
This commit is contained in:
@@ -20,6 +20,6 @@ return function(msg, kind)
|
||||
title = TITLE,
|
||||
})
|
||||
else
|
||||
vim.notify(("%s (%s): %s"):format(TITLE, level.type, msg), level.log)
|
||||
vim.notify(("%s: %s"):format(TITLE, msg), level.log)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user