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
I position myself in the project directory (directory containing .git) through the shell and then open some file inside project directory.
enter :NERDTreeToggleVCS and get NERDTree file explorer with all directories collapsed.
navigate with <j,k> and expand some of the directories
enter :NERDTreeToggleVCS to close NERDTree file explorer
enter :NERDTreeToggleVCS to open NERDTree file explorer again
What happens in the step 4. is that all directories are collapsed again as if I entered NERDTreeVCS
Documentation states that NERDTreeToggleVCS behaves as NERDTreeToggle and therefore In the step 4. I would expect that all expanded directories bellow the project directory are preserved and only directories above project directory get collapsed
The text was updated successfully, but these errors were encountered:
I position myself in the project directory (directory containing
.git
) through the shell and then open some file inside project directory.:NERDTreeToggleVCS
and get NERDTree file explorer with all directories collapsed.:NERDTreeToggleVCS
to close NERDTree file explorer:NERDTreeToggleVCS
to open NERDTree file explorer againWhat happens in the step 4. is that all directories are collapsed again as if I entered
NERDTreeVCS
Documentation states that
NERDTreeToggleVCS
behaves asNERDTreeToggle
and therefore In the step 4. I would expect that all expanded directories bellow the project directory are preserved and only directories above project directory get collapsedThe text was updated successfully, but these errors were encountered: