This repository was archived by the owner on Aug 18, 2023. It is now read-only.
Splitting show_tabs_always into show_tabline_buffers and show_tabline_tabs#43
Open
leonhardkost wants to merge 4 commits into
Open
Splitting show_tabs_always into show_tabline_buffers and show_tabline_tabs#43leonhardkost wants to merge 4 commits into
leonhardkost wants to merge 4 commits into
Conversation
Might only be a temporary solution, but it works for me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes
show_tabs_always(which was not even properly documented btw) and adds two options to take its place:show_tabline_buffersandshow_tabline_tabs.How these exactly work is documented in the README.
When there is nothing to show, the tabline will just vanish.
These options also properly function in combination with
show_tabs_only.This aims to make the tabline more configurable for everybody, "tab" and "buffer" users alike.
Also huge thanks to @s-cerevisiae for the enormous help fixing visibility updating issues.