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

bug: trailing space in button row #884

Closed
3 tasks done
fooness opened this issue Jun 19, 2023 · 1 comment · Fixed by #882
Closed
3 tasks done

bug: trailing space in button row #884

fooness opened this issue Jun 19, 2023 · 1 comment · Fixed by #882
Labels
bug Something isn't working

Comments

@fooness
Copy link

fooness commented Jun 19, 2023

Did you check docs and existing issues?

  • I have read all the lazy.nvim docs
  • I have searched the existing issues of lazy.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.9.1

Operating system/version

macOS 13.4

Describe the bug

Hello everyone.

for some weeks—or maybe even a few months—, lazy.nvim displays some red color to the right of the button row.

Screenshot 2023-06-19 at 10 03 56

Well, I finally figured out why the red color is displayed … because there is one trailing space after the last button, and mini.trailspace (as well as probably other trailing spaces plugins) highlights that trailing space.

@folke Is this trailing space a bug, should there maybe only be a space if another button follows?

Steps To Reproduce

  1. have trailing spaces plugin installed and enabled
  2. open nvim
  3. open lazy.nvim menu via probably <Leader>-l

Expected Behavior

Have no trailing spaces at the end of the buttons row.

Repro

No response

@fooness fooness added the bug Something isn't working label Jun 19, 2023
@folke folke changed the title bug: bug: trailing space in button row Jun 19, 2023
@folke folke closed this as completed in 410a736 Jun 19, 2023
@folke
Copy link
Owner

folke commented Jun 19, 2023

Not a big deal, but was an easy fix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants