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(popup): mimic native 'solid' border #352

Merged
merged 1 commit into from
Mar 18, 2024
Merged

fix(popup): mimic native 'solid' border #352

merged 1 commit into from
Mar 18, 2024

Conversation

MunifTanjim
Copy link
Owner

@MunifTanjim MunifTanjim commented Mar 18, 2024

for previous behavior:

  border = {
    style = { "", "", "", "", "", "", "", "" },
  },

resolves #351

for previous behavior:

```lua
  border = {
    style = { "▛", "▀", "▜", "▐", "▟", "▄", "▙", "▌" },
  },
```
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.04%. Comparing base (3dc46d7) to head (b657205).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #352   +/-   ##
=======================================
  Coverage   99.04%   99.04%           
=======================================
  Files          20       20           
  Lines        2735     2735           
=======================================
  Hits         2709     2709           
  Misses         26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MunifTanjim MunifTanjim merged commit cbd2668 into main Mar 18, 2024
6 checks passed
@MunifTanjim MunifTanjim deleted the fix-351 branch March 18, 2024 05:33
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.

solid border inconsistent with nvim_open_win
1 participant