You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On session restore, maintain cwd after loading NERDTree
From Matthew:
There's a NERDTree option which will change the working directory to
its root directory when opened. Our sessions should keep their working
directory despite this option.
This change records the working directory before loading NERDTree,
load it, then cd to this saved directory.
Pull request #37: #37
0 commit comments