save pending on disable

This commit is contained in:
Scott E. Graves 2022-07-29 23:44:32 -05:00
parent ad10595b1d
commit ccc14e0fa9

View File

@ -570,6 +570,7 @@ M.disable = function()
if haven_config.enabled then
haven_config.enabled = false
setup_autocmds()
handle_vim_leave()
end
end