diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2026-02-26 21:30:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-26 21:30:44 +0800 |
| commit | 7852993f4927c2d004d627bbe244dbbe09edb94f (patch) | |
| tree | 04c8c8d85a8aedbfd7cf2a5d228004a58614675d /runtime/lua/vim/_meta/api_keysets.lua | |
| parent | 34b3bd1ac5758813743836b1bd559102191d57a6 (diff) | |
vim-patch:9.2.0061: Not possible to know when a session will be loaded (#38071)
Problem: Not possible to know when a session will be loaded.
Solution: Add the SessionLoadPre autocommand (Colin Kennedy).
fixes: vim/vim#19084
closes: vim/vim#19306
https://github.com/vim/vim/commit/1c0d468d72e0220d4cb25936043ac35439a981b5
Co-authored-by: Colin Kennedy <colinvfx@gmail.com>
Diffstat (limited to 'runtime/lua/vim/_meta/api_keysets.lua')
| -rw-r--r-- | runtime/lua/vim/_meta/api_keysets.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/_meta/api_keysets.lua b/runtime/lua/vim/_meta/api_keysets.lua index ba7b92fff2..16a51f3b18 100644 --- a/runtime/lua/vim/_meta/api_keysets.lua +++ b/runtime/lua/vim/_meta/api_keysets.lua @@ -176,6 +176,7 @@ error('Cannot require a meta file') --- |'SafeState' --- |'SearchWrapped' --- |'SessionLoadPost' +--- |'SessionLoadPre' --- |'SessionWritePost' --- |'ShellCmdPost' --- |'ShellFilterPost' |
