bugfix for :NERDTree when a file bookmark is given

This commit is contained in:
Martin Grenfell
2008-06-13 13:01:05 +12:00
parent f7e8c453ea
commit b60bcb6cb2

View File

@@ -1467,10 +1467,10 @@ 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
endif
if !path.isDirectory if !path.isDirectory
let path = path.GetParent() let path = path.GetParent()
endif 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
"inited in "inited in