nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 79ef87b0099fe90d91592d89ba807d99c9d3d92c
parent 3d508aedce35e1d952d3ce92378ad27ea5960fa6
Author: Phil Runninger (mac) <prunninger@vhtcx.com>
Date:   Mon,  9 Sep 2019 05:27:48 -0400

Update version number in change log.

Diffstat:
MCHANGELOG.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,7 @@
 # Change Log
 
+#### 6.0...
+- **.0**: Make the behavior of window splits consistent [#1035](https://github.com/scrooloose/nerdtree/pull/1035)
 #### 5.3...
 - **.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)