nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit a1433c485eb254838c1db52e087d5ec4d1e77cfd
parent b64f4428c18c528cc21b7bd6fec41f33428f85c7
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date:   Thu,  5 Jul 2012 15:56:11 +0100

update the doc for NERDTreeCasadeOpenSingleChildDir

Diffstat:
Mdoc/NERD_tree.txt | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -974,11 +974,10 @@ option: >
 Values: 0 or 1
 Default: 1.
 
-This option tell NERDTree open the child directory if the selected opening
-directory has only one child that is a directory, and do same to sub-directory
-recursively. NERDTree will stop till it find a empty directory or this
-directory has more than one child. This option may be useful for Java projects.
-Use one of the follow lines to set this option: >
+When opening dir nodes, this option tells NERDTree to recursively open dirs
+that have only one child which is also a dir. NERDTree will stop when it finds
+a dir that contains anything but another single dir. This option may be useful
+for Java projects.  Use one of the follow lines to set this option: >
     let NERDTreeCasadeOpenSingleChildDir=0
     let NERDTreeCasadeOpenSingleChildDir=1
 <