Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close buffer *and* buffer's pane when more than 1 buffer is visible #2

Open
tombh opened this issue Jun 12, 2017 · 0 comments
Open

Comments

@tombh
Copy link
Owner

tombh commented Jun 12, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant