This repository has been 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
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_buffers
andshow_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.