nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 5c32c2a2269997eb176b474d5ef9ec889d055f99
parent b363396a9359f043b384f65a3c20b176238e9811
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Fri, 27 Jun 2008 23:08:49 +1200

update help file to reflect the previous patch

  * Add a doc section for the NERDTreeQuitOnOpen option.
  * Update changelog.
  * update credits.

Diffstat:
Mdoc/NERD_tree.txt | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -523,6 +523,8 @@ NERD tree. These options should be set in your vimrc.
 |NERDTreeMouseMode|             Tells the NERD tree how to handle mouse
                                 clicks.
 
+|NERDTreeQuitOnOpen|            Closes the tree window after opening a file.
+
 |NERDTreeShowFiles|             Tells the NERD tree whether to display files
                                 in the tree on startup.
 
@@ -836,6 +838,12 @@ fridge for later ;)
 ==============================================================================
 7. Changelog                                               *NERDTreeChangelog*
 
+2.12.0
+    - applied a patch from Matan Nassau to add the NERDTreeQuitOnOpen option
+      which closes the tree window after opening a file.
+    - fix to window resizing when opening a file when NERD tree is the only
+      window open
+
 2.11.0
     - changes to the 'o' mapping when opening files:
       - dont clobber "special" windows (eg taglist/quickfix/etc). This should
@@ -1100,6 +1108,7 @@ feature.
 Thanks to Yuan Jiang for suggesting the "o" mapping shouldnt clobber "special"
 windows, like taglist.
 
+Thanks to Matan Nassau for the patch to add the NERDTreeQuitOnOpen option.
 ==============================================================================
 9. License                                                   *NERDTreeLicense*