mirror of
https://github.com/Ascyii/vim-gnupg.git
synced 2026-03-02 02:52:43 +01:00
The BufHidden autocommand will have already called the respective Finish function. Clearing the autocommands during BufUnload ensures they don't inadvertently run when Vim is shutting down. Closes jamessan/vim-gnupg#104