diff --git a/doc/auto-save.nvim.txt b/doc/auto-save.nvim.txt index 1be7d52..bd9be0d 100644 --- a/doc/auto-save.nvim.txt +++ b/doc/auto-save.nvim.txt @@ -1,4 +1,4 @@ -*auto-save.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 November 08 +*auto-save.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 February 27 ============================================================================== Table of Contents *auto-save.nvim-table-of-contents* @@ -218,6 +218,8 @@ hook into: - `AutoSaveWritePre` Just before a buffer is getting saved - `AutoSaveWritePost` Just after a buffer is getting saved +- `AutoSaveEnable` Just after enabling the plugin +- `AutoSaveDisable` Just after disabling the plugin It will always supply the current buffer in the `data.saved_buffer`