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
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
The shortcut ctrl-w o maximizes a pane :h CTRL-W_o. It can be hit again to undo the minimization. If nerdtreetabs is toggled during the zoom in time, it gets in a bad way. It will no longer be open when you go to any other tab (even after zooming out). If you switch to another tab after opening it in zoomed mode, this error appears:
Error detected while processing function <SNR>76_TabEnterHandler..<SNR>76_RestoreNERDTreeViewIfPossible:
line 16:
E16: Invalid range: 2wincmd w
Error detected while processing function <SNR>76_TabEnterHandler..<SNR>76_RestoreFocus:
line 2:
E16: Invalid range: 2wincmd w
It doesn't seem possible to get back to the regular nerdtree setup until vim is restarted(!).
The text was updated successfully, but these errors were encountered:
Error detected while processing function <SNR>55_TabEnterHandler[16]..<SNR>55_RestoreNERDTreeViewIfPossible:
line 20:
E16: Invalid range: 2wincmd w
Press ENTER or type command to continue
I don't know how to trigger/reproduce the error, but it happens usually after codding a few hours.
After the error is initially triggered you get the error message above every time when I change the tab with NerdTree open.
The shortcut
ctrl-w o
maximizes a pane:h CTRL-W_o
. It can be hit again to undo the minimization. If nerdtreetabs is toggled during the zoom in time, it gets in a bad way. It will no longer be open when you go to any other tab (even after zooming out). If you switch to another tab after opening it in zoomed mode, this error appears:It doesn't seem possible to get back to the regular nerdtree setup until vim is restarted(!).
The text was updated successfully, but these errors were encountered: