Skip to content

fix(border): only set border to none if winborder doesn't exist #1984

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

seblyng
Copy link

@seblyng seblyng commented Jul 10, 2025

Problem: Custom border characters in winborder was just added. It needs to be a list of characters. vim.o.winbar gives the string value with comma separated items which is invalid.

Solution: Just never explicitly set the border if winborder option exists. From the docs of winborder:

Defines the default border style of floating windows. The default value
is empty, which is equivalent to "none".

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

Successfully merging this pull request may close these issues.

1 participant