remove status line blending of vertical separator cell (after v9.2.0349)#20167
Open
h-east wants to merge 1 commit intovim:masterfrom
Open
remove status line blending of vertical separator cell (after v9.2.0349)#20167h-east wants to merge 1 commit intovim:masterfrom
h-east wants to merge 1 commit intovim:masterfrom
Conversation
Problem: Since v9.2.0349, the vertical separator cell at status line rows is drawn as a space with StatusLine highlight, hiding the user's 'fillchars' "vert" or "stl"/"stlnc" character at that cell Solution: Drop the status line blend. At status line rows the separator cell goes back to using the status fillchar when adjacent status lines are connected, or the vsep character otherwise. (Same as before v9.2.0348) Keep the VertSplitNC highlight group introduced in v9.2.0349. The highlight (VertSplit vs VertSplitNC) is selected based on whether the current window is adjacent to the separator at the row. Vertical separators are redrawn on current-window changes and on :redrawstatus[!] so the VertSplit/VertSplitNC highlight is updated immediately. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
eafb63a to
2e05aaf
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Keep the VertSplitNC highlight group introduced in v9.2.0349. The highlight (VertSplit vs VertSplitNC) is selected based on whether the current window is adjacent to the separator at the row.
Vertical separators are redrawn on current-window changes and on :redrawstatus[!] so the VertSplit/VertSplitNC highlight is updated immediately.
Fixes: #20089
Related: #19951