From 3d70c3411383e7131d8163e5f1ef2950c27f95f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Feb 2023 20:45:34 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/persisted.nvim.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/persisted.nvim.txt b/doc/persisted.nvim.txt index 0d5b40e..e97e8bd 100644 --- a/doc/persisted.nvim.txt +++ b/doc/persisted.nvim.txt @@ -315,6 +315,9 @@ hook into: - `PersistedTelescopeLoadPost` - For _after_ a session is loaded via Telescope - `PersistedSavePre` - For _before_ a session is saved - `PersistedSavePost` - For _after_ a session is saved +- `PersistedDeletePre` - For _before_ a session is deleted +- `PersistedDeletePost` - For _after_ a session is deleted +- `PersistedStateChange` - For when a session is _started_ or _stopped_ For example, to ensure that the excellent minimap plugin is not saved into a session, an