mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 19:33:50 -05:00
Compatibility syntax fix for screwy versions of vim
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user