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

fix: toggle tabline when tab added w/o new buffer #902

Closed
wants to merge 1 commit into from

Commits on May 14, 2024

  1. fix: toggle tabline when tab added w/o new buffer

    Currently, when a tab is created without a new buffer being added (e.g.
    `<C-W>s<C-W>T`), tabline visibility is not toggled. Fix this edge case
    so that the tabline is displayed when there are either >1 buffers or the
    tab indicators are enabled and there are >1 tabs.
    baodrate committed May 14, 2024
    Configuration menu
    Copy the full SHA
    bfb8395 View commit details
    Browse the repository at this point in the history