nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 6d5e185cef1d6f45dc8135e1bb51a97bca4388f2
parent 3a3636b7cb8d8cb725f38ed9cff8082c46f434df
Author: Phil Runninger <prunninger@vhtcx.com>
Date:   Thu, 16 Jan 2020 13:25:57 -0500

Update version 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
+- **.5**: Ensure events are (or aren't) being ignored correctly. (PhilRunninger) [#1080](https://github.com/preservim/nerdtree/pull/1080)
 - **.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)