vim-session icon indicating copy to clipboard operation
vim-session copied to clipboard

Provide a hook called before the session save

Open chemzqm opened this issue 9 years ago • 2 comments

So that the user could define a function to close the buffers which can not be restored by vim-session, this could prevent the empty window(s) shown on vim restart.

chemzqm avatar Dec 18 '15 03:12 chemzqm

It would also be nice to have a hook on startup too (probably an autocmd) so the user could set up some session-specific vim variables that vim-session discards.

alexozer avatar Jan 15 '16 17:01 alexozer

@alexozer There's SessionLoadPost - see https://github.com/xolox/vim-session/issues/141.

blueyed avatar Mar 06 '16 15:03 blueyed