stevearc / resession.nvim

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

fix: reverse window layout recreation #35

Closed zemzelett closed 9 months ago

zemzelett commented 9 months ago

This PR fixes #34

The order in which windows are inserted when loading layouts has been corrected. In order not to override user preference for split directions, these are buffered and restored after insertion.

stevearc commented 9 months ago

LGTM thanks!