mcchrish / nnn.vim

File manager for vim/neovim powered by n³
BSD 2-Clause "Simplified" License
646 stars 25 forks source link

Explorer window does not close properly when multi tabs have their own opened explorer window #141

Closed mcchrish closed 3 years ago

mcchrish commented 3 years ago

Env:

Steps:

We probably need to isolate more variables per tab to avoid shared states.

N-R-K commented 3 years ago

I believe I mentioned this issue somewhere in #128 . My hunch is that it has something to do with the explorer_create_on_exit_callback function. It happens on vim as well IIRC, so not an nvim specific issue.