nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit a046ba5c5bedf4e1539623fdd39a62eddca4142a
parent 97e4b47aa3b6c6acb6621eedd7fcaa299c5dea88
Author: Phil Runninger <prunninger@vhtcx.com>
Date:   Wed, 15 Jan 2020 19:54:06 -0500

Update version number in change log.

Diffstat:
MCHANGELOG.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -8,6 +8,7 @@
         - **.PATCH**: Pull Request Title (PR Author) [PR Number](Link to PR)
 -->
 #### 6.4
+- **.4**: Prevent overwriting existing files/dirs on node move. (PhilRunninger) [#1079](https://github.com/preservim/nerdtree/pull/1079)
 - **.3**: Fix regex that finds keyword for minimal menu. (PhilRunninger) [#1075](https://github.com/preservim/nerdtree/pull/1075)
 - **.2**: Lint vimscript, fix errors and warnings, add CI job to review PRs (Caleb Maclennan) [#1071](https://github.com/preservim/nerdtree/pull/1071)
 - **.1**: Ensure backward compatibility. v:t_func is not available before Vim 8.0 (Phil Runninger)