Close buffer *and* buffer's pane when more than 1 buffer is visible · Issue #2 · tombh/novim-mode · GitHub
More Web Proxy on the site http://driver.im/
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
Currently, if you have a split (or more) then closing a buffer will just close the buffer and not the split, which doesn't feel like the expected thing to do - it should close the pane (and the buffer).
This will need looping through winnr('$') and counting the number of wins that respond true to IsEditable().
Will also need to not close the buffer (ie just the pane), if the pane's buffer is also open elsewhere.
The text was updated successfully, but these errors were encountered:
Currently, if you have a split (or more) then closing a buffer will just close the buffer and not the split, which doesn't feel like the expected thing to do - it should close the pane (and the buffer).
This will need looping through
winnr('$')
and counting the number ofwin
s that respond true toIsEditable()
.Will also need to not close the buffer (ie just the pane), if the pane's buffer is also open elsewhere.
The text was updated successfully, but these errors were encountered: