fix one of the old style arrows

See here: 1cbd52aa77541682658f4c8a6d217c77a78c3879
This commit is contained in:
Martin Grenfell 2015-05-01 16:00:52 +01:00
parent 1cbd52aa77
commit b3281cc63e

View File

@ -312,7 +312,7 @@ function! s:handleLeftClick()
endfor endfor
if currentNode.path.isDirectory if currentNode.path.isDirectory
if startToCur =~# nerdtree#treeMarkupReg() && startToCur =~# '[+~▾▸] \?$' if startToCur =~# nerdtree#treeMarkupReg() && startToCur =~# '[+~▶▼] \?$'
call currentNode.activate() call currentNode.activate()
return return
endif endif