stevearc / resession.nvim

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

fix: tab-scoped cwd not being set #21

Closed Subjective closed 10 months ago

Subjective commented 10 months ago

Whoops, #20 seems to have broken tab-scoped cwds, this fixes it by setting the global cwd before applying tab-scoped options. I also removed the original line that sets the cwd, as it seems redundant now.