Compatibility syntax fix for screwy versions of vim
This commit is contained in:
parent
bdfac3e25c
commit
c726655d23
@ -3042,7 +3042,8 @@ function! s:activateNode(forceKeepWindowOpen)
|
|||||||
call bookmark.toRoot()
|
call bookmark.toRoot()
|
||||||
else
|
else
|
||||||
if bookmark.validate()
|
if bookmark.validate()
|
||||||
call (s:TreeFileNode.New(bookmark.path)).open()
|
let n = s:TreeFileNode.New(bookmark.path)
|
||||||
|
call n.open()
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user