Add NERDTreeFocusToggle function. (Thanks orthez.)
More general refactoring and cleanup. (Thanks techlivezheng.)
Friendlier when using together with MiniBufExplorer. (Thanks techlivezheng.)
Do not open NERDTree by default when starting Vim in diff mode. (Thanks techlivezheng.)
When synchronizing NERDTree scroll and cursor position, synchronize also NERDTree window width. (Thanks EinfachToll.)
When Vim is given a directory as a parameter, :cd
into it. (Thanks DAddYE.)
New commands NERDTreeTabsOpen
, NERDTreeTabsClose
and
NERDTreeMirrorOpen
. They are not a new functionality, just externalize
stuff that was previously accessible only inside the plugin.
New commands NERDTreeSteppedOpen
and NERDTreeSteppedClose
for combined
opening/closing of a NERDTree and focus switching. Works locally for a tab.
(Thanks ereOn.)
Fixed an error when restoring a session caused by accessing an undefined variable. (Thanks ereOn.)
Fixed opening two NERDTrees when NERDTreeHijackNetrw = 1
and launching
with a directory name as a parameter.
let g:nerdtree_tabs_focus_on_files = 1
.