Use different arrow characters for compatibility.

This commit is contained in:
Curtiss Howard
2015-04-17 17:36:23 -04:00
parent 3b98a7fcae
commit f6cad7e957
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 '^[ `|]*[\-+~]'