mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
Previously, deleting a file in the NERDTree with "md" would cause a new buffer to be created to fill the window(s) occupied by a buffer on the file. This pull request makes it so that a new buffer is not created. Instead, the next buffer in the buffer list fills the window. Fixes #755.