Add option to disable collapsing of diretory names

This commit is contained in:
Juan Ibiapina
2016-03-05 14:20:04 -03:00
parent 88946e9832
commit b2bbed41fa
3 changed files with 24 additions and 4 deletions

View File

@@ -74,6 +74,7 @@ else
call s:initVariable("g:NERDTreeDirArrowCollapsible", "~")
endif
call s:initVariable("g:NERDTreeCascadeOpenSingleChildDir", 1)
call s:initVariable("g:NERDTreeCascadeSingleChildDir", 1)
if !exists("g:NERDTreeSortOrder")
let g:NERDTreeSortOrder = ['\/$', '*', '\.swp$', '\.bak$', '\~$']