Skip to content

Commit

Permalink
Merge pull request #546 from gwilk/master
Browse files Browse the repository at this point in the history
changed arrows for NERDTreeDirArrowExpandable and NERDTreeDirArrowCol…
  • Loading branch information
PhilRunninger authored Sep 22, 2016
2 parents 1993700 + 28560e2 commit f173f62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ See here: https://github.com/scrooloose/nerdtree/issues/433#issuecomment-9259069
Use these variables in your vimrc. Note that below are default arrow symbols

let g:NERDTreeDirArrowExpandable = ''
let g:NERDTreeDirArrowCollapsible = ''
let g:NERDTreeDirArrowExpandable = ''

This comment has been minimized.

Copy link
@tomasky

tomasky Sep 23, 2016

The arrow symbols change broken me with ubuntu ,it`s so ugly

let g:NERDTreeDirArrowCollapsible = ''
4 changes: 2 additions & 2 deletions plugin/NERD_tree.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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", "~")
Expand Down

0 comments on commit f173f62

Please sign in to comment.