nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 9193962ad88f15d9f426c3cfb8a274ff1dd0c5b2
parent 2eaedd8bf403202eeacb363abe2de4753141b00a
Author: Phil Runninger <prunninger@vhtcx.com>
Date:   Sun, 15 Sep 2019 14:44:09 -0400

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
@@ -1,6 +1,7 @@
 # Change Log
 
 #### 5.3...
+- **.3**: Fix (p)ath not displaying in the minimal menu [#1038](https://github.com/scrooloose/nerdtree/pull/1038)
 - **.2**: Enable events when closing NerdTree window. [#1037](https://github.com/scrooloose/nerdtree/pull/1037)
 - **.1**: Fix the `e` key mapping to use netrw if desired [#1031](https://github.com/scrooloose/nerdtree/pull/1031)
 - **.0**: Add file extension and size to sorting capabilities [#1029](https://github.com/scrooloose/nerdtree/pull/1029)