WIP
parent
2b71c34d46
commit
5e8c2ac0a7
|
|
@ -125,8 +125,8 @@ function M.save(opts)
|
|||
if type(config.save_post) == "function" then
|
||||
config.save_post()
|
||||
end
|
||||
vim.print("sesson written")
|
||||
M.fire("PersistedSavePost")
|
||||
vim.print("PersistedSavePost")
|
||||
return true -- returning true deletes autocmd after fired
|
||||
end,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue