stevearc / resession.nvim

A replacement for mksession with a better API
MIT License
175 stars 13 forks source link

feat: pass `target_tabpage` to `ext.on_save` #41

Closed willothy closed 9 months ago

willothy commented 9 months ago

Allows extensions to determine if the session being saved is tab-scoped, and if so which tabpage the extension should save.

Preemptively takes care of the issue I mentioned here.

stevearc commented 9 months ago

Thanks for the PR!