mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-23 06:39:26 +08:00
update the doc for NERDTreeCasadeOpenSingleChildDir
This commit is contained in:
parent
b64f4428c1
commit
a1433c485e
|
@ -974,11 +974,10 @@ option: >
|
||||||
Values: 0 or 1
|
Values: 0 or 1
|
||||||
Default: 1.
|
Default: 1.
|
||||||
|
|
||||||
This option tell NERDTree open the child directory if the selected opening
|
When opening dir nodes, this option tells NERDTree to recursively open dirs
|
||||||
directory has only one child that is a directory, and do same to sub-directory
|
that have only one child which is also a dir. NERDTree will stop when it finds
|
||||||
recursively. NERDTree will stop till it find a empty directory or this
|
a dir that contains anything but another single dir. This option may be useful
|
||||||
directory has more than one child. This option may be useful for Java projects.
|
for Java projects. Use one of the follow lines to set this option: >
|
||||||
Use one of the follow lines to set this option: >
|
|
||||||
let NERDTreeCasadeOpenSingleChildDir=0
|
let NERDTreeCasadeOpenSingleChildDir=0
|
||||||
let NERDTreeCasadeOpenSingleChildDir=1
|
let NERDTreeCasadeOpenSingleChildDir=1
|
||||||
<
|
<
|
||||||
|
|
Loading…
Reference in New Issue
Block a user