mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-06 06:07:12 +00:00
fix: ASToggle command
This commit is contained in:
@@ -137,8 +137,10 @@ end
|
||||
function M.toggle()
|
||||
if autosave_running then
|
||||
M.off()
|
||||
echo("off")
|
||||
else
|
||||
M.on()
|
||||
echo("on")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user