nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 01ded5d150f52c4617c2025b5a999c45a467ee9c
parent 5884cf377467fec189cb5c859207f83bfa30774c
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Sun, 22 Jun 2008 14:14:52 +1200

update changelog

Diffstat:
Mdoc/NERD_tree.txt | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -845,6 +845,9 @@ fridge for later ;)
         to that window
     - highlight executable files, made some slight changes to other
       highlighting
+    - if the user resizes the tree window, keep that new size. Dont reset to
+      the default during the <tab> mapping, or :NERDTreeToggle command. Only
+      reset the size if a fresh tree is started with :NERDTree.
     - remove the "magic" functionality from the <c-j>/<c-k> mappings (it was
       more confusing than helpful)
     - other minor fixes