Revert "changed arrows for NERDTreeDirArrowExpandable and NERDTreeDirArrowCol…"

This commit is contained in:
Phil Runninger
2016-10-04 17:52:12 -04:00
committed by GitHub
parent 08773e1e74
commit 408f7a572c
2 changed files with 4 additions and 4 deletions

View File

@@ -68,8 +68,8 @@ call s:initVariable("g:NERDTreeShowLineNumbers", 0)
call s:initVariable("g:NERDTreeSortDirs", 1)
if !nerdtree#runningWindows()
call s:initVariable("g:NERDTreeDirArrowExpandable", "")
call s:initVariable("g:NERDTreeDirArrowCollapsible", "")
call s:initVariable("g:NERDTreeDirArrowExpandable", "")
call s:initVariable("g:NERDTreeDirArrowCollapsible", "")
else
call s:initVariable("g:NERDTreeDirArrowExpandable", "+")
call s:initVariable("g:NERDTreeDirArrowCollapsible", "~")