mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 10:01:49 +00:00
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
1c0d468d72
Co-authored-by: Colin Kennedy <colinvfx@gmail.com>
This commit is contained in:
1
runtime/lua/vim/_meta/api_keysets.lua
generated
1
runtime/lua/vim/_meta/api_keysets.lua
generated
@@ -176,6 +176,7 @@ error('Cannot require a meta file')
|
||||
--- |'SafeState'
|
||||
--- |'SearchWrapped'
|
||||
--- |'SessionLoadPost'
|
||||
--- |'SessionLoadPre'
|
||||
--- |'SessionWritePost'
|
||||
--- |'ShellCmdPost'
|
||||
--- |'ShellFilterPost'
|
||||
|
||||
Reference in New Issue
Block a user