mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-23 06:39:26 +08:00
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()
|
||||
else
|
||||
if bookmark.validate()
|
||||
call (s:TreeFileNode.New(bookmark.path)).open()
|
||||
let n = s:TreeFileNode.New(bookmark.path)
|
||||
call n.open()
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user