chore(build): auto-generate vimdoc

main
github-actions[bot] 2023-02-23 20:45:34 +00:00
parent 4866194140
commit 3d70c34113
1 changed files with 3 additions and 0 deletions

View File

@ -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
<https://github.com/wfxr/minimap.vim> plugin is not saved into a session, an