From 42fce87ab468efd080c74759b425be430d636d15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Feb 2024 07:27:31 +0000 Subject: [PATCH] chore(doc): auto-generate vimdoc --- doc/auto-save.nvim.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`