mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-10 12:23:49 -05:00
The small change here reverts an attempted bugfix from #785. That change resulted in the unintended side-effect of closing other children of the root whenever ":NERDTreeFind" was invoked. This was disruptive (as reported in #793), so a new method must be found to solve the problem of ":NERDTreeFind" not opening newly created files. Fixes #793.