nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 09b165cfacc8e3ac23eb9d0df22de10f47d2a097
parent 6224d20698da46376c25adb264a989962ad242c2
Author: Bouke van der Bijl <i@bou.ke>
Date:   Thu, 20 Feb 2020 10:49:03 +0100

Add changelog entry

Diffstat:
MCHANGELOG.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -4,6 +4,8 @@
      version in an unordered list.  The format is:
         - **.PATCH**: Pull Request Title (PR Author) [PR Number](Link to PR)
 -->
+#### 6.7
+- **.0**: Open the parent directory when revealing a non-existent file with :NERDTreeFind (bouk) [#1090](https://github.com/preservim/nerdtree/pull/1090)
 #### 6.6
 - **.1**: [add] How to install using dein.vim (kazukazuinaina) [#1087](https://github.com/preservim/nerdtree/pull/1087)
 - **.0**: Add the ability to turn off directory arrows (PhilRunninger) [#1085](https://github.com/preservim/nerdtree/pull/1085)