mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
Revert "Use different arrow characters for compatibility."
This reverts commit f6cad7e957.
This commit is contained in:
@@ -98,7 +98,7 @@ endfunction
|
||||
"FUNCTION: nerdtree#treeMarkupReg(dir) {{{2
|
||||
function! nerdtree#treeMarkupReg()
|
||||
if g:NERDTreeDirArrows
|
||||
return '^\([▼▶] \| \+[▼▶] \| \+\)'
|
||||
return '^\([▾▸] \| \+[▾▸] \| \+\)'
|
||||
endif
|
||||
|
||||
return '^[ `|]*[\-+~]'
|
||||
|
||||
Reference in New Issue
Block a user