Revert "Use different arrow characters for compatibility."

This reverts commit f6cad7e957.
This commit is contained in:
Martin Grenfell
2015-05-02 11:29:43 +01:00
parent 186f817f5a
commit f8499462c5
4 changed files with 10 additions and 10 deletions

View File

@@ -98,7 +98,7 @@ endfunction
"FUNCTION: nerdtree#treeMarkupReg(dir) {{{2
function! nerdtree#treeMarkupReg()
if g:NERDTreeDirArrows
return '^\([▼▶] \| \+[▼▶] \| \+\)'
return '^\([▾▸] \| \+[▾▸] \| \+\)'
endif
return '^[ `|]*[\-+~]'