mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
So :bprev was failing to jump back to the right buffer. I dont fully understand this yet, but I'm fairly sure this is because there is a magic <directory> buffer that we delete when creating a wintree :-/ Anyway, we are explicitly storing the prev buffer again - and updating it when reusing treewins. It's worky, but there may be a superior way...