Is there a way to make NERDTree expand to display the current file's directory - without messing with the working directory or changing the tree root?
So when working with baz.ext, it should look like this without manually having to expand the respective trees:
/ # project root
|+.../
|~foo/
| |~bar/
| | |-...
| | |-baz.ext # current file
| | `-...
|+.../