nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit e2265ec3b388b32dd75023641d24e83fe8abe910
parent 5ba3b3a5a8fb7d44af01c33664b5d81cf2a3dc6a
Author: marty <martin_grenfell@msn.com>
Date:   Sun,  6 Sep 2009 13:43:54 +1200

update the changelog

Diffstat:
Mdoc/NERD_tree.txt | 13++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -1075,13 +1075,20 @@ The latest dev versions are on github
 ==============================================================================
 6. Changelog                                               *NERDTreeChangelog*
 
-Next release:
+4.0.0
+    - add a new programmable menu system (see :help NERDTreeMenu).
+    - add new APIs to add menus/menu-items to the menu system as well as
+      custom key mappings to the NERD tree buffer (see :help NERDTreeAPI).
+    - removed the old API functions
+    - added a mapping to maximize/restore the size of nerd tree window, thanks
+      to Guillaume Duranceau for the patch. See :help NERDTree-A for details.
+
     - fix a bug where secondary nerd trees (netrw hijacked trees) and
       NERDTreeQuitOnOpen didnt play nicely, thanks to Curtis Harvey.
     - fix a bug where the script ignored directories whose name ended in a dot,
       thanks to Aggelos Orfanakos for the patch.
-    - added a mapping to maximize/restore the size of nerd tree window, thanks
-      to Guillaume Duranceau for the patch. See :help NERDTree-A for details.
+    - fix a bug when using the x mapping on the tree root, thanks to Bryan
+      Venteicher for the patch.
 
 3.1.1
     - fix a bug where a non-listed no-name buffer was getting created every