fix one of the old style arrows
See here: 1cbd52aa77541682658f4c8a6d217c77a78c3879
This commit is contained in:
parent
1cbd52aa77
commit
b3281cc63e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user