mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
bugfix for :NERDTree when a file bookmark is given
This commit is contained in:
@@ -1467,9 +1467,9 @@ function! s:InitNerdTree(name)
|
|||||||
call s:Echo("No bookmark or directory found for: " . a:name)
|
call s:Echo("No bookmark or directory found for: " . a:name)
|
||||||
return
|
return
|
||||||
endtry
|
endtry
|
||||||
if !path.isDirectory
|
endif
|
||||||
let path = path.GetParent()
|
if !path.isDirectory
|
||||||
endif
|
let path = path.GetParent()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"if instructed to, then change the vim CWD to the dir the NERDTree is
|
"if instructed to, then change the vim CWD to the dir the NERDTree is
|
||||||
|
|||||||
Reference in New Issue
Block a user