chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-06-17 06:38:16 +00:00
parent 0bca18de5d
commit 15cdefee46
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 June 12 *lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 June 17
============================================================================== ==============================================================================
Table of Contents *lazy.nvim-table-of-contents* Table of Contents *lazy.nvim-table-of-contents*
@ -677,6 +677,12 @@ The following user events will be triggered:
- **LazyClean**after a clean - **LazyClean**after a clean
- **LazyCheck**after checking for updates - **LazyCheck**after checking for updates
- **LazyLog**after running log - **LazyLog**after running log
- **LazySyncPre**before running sync
- **LazyInstallPre**before an install
- **LazyUpdatePre**before an update
- **LazyCleanPre**before a clean
- **LazyCheckPre**before checking for updates
- **LazyLogPre**before running log
- **LazyReload**triggered by change detection after reloading plugin specs - **LazyReload**triggered by change detection after reloading plugin specs
- **VeryLazy**triggered after `LazyDone` and processing `VimEnter` auto commands - **VeryLazy**triggered after `LazyDone` and processing `VimEnter` auto commands
- **LazyVimStarted**triggered after `UIEnter` when `require("lazy").stats().startuptime` has been calculated. - **LazyVimStarted**triggered after `UIEnter` when `require("lazy").stats().startuptime` has been calculated.