Skip to content

fix!: remove O.show_end_of_buffer#982

Merged
vollowx merged 1 commit into
mainfrom
push-wsvnrylkpssk
Mar 22, 2026
Merged

fix!: remove O.show_end_of_buffer#982
vollowx merged 1 commit into
mainfrom
push-wsvnrylkpssk

Conversation

@comfysage
Copy link
Copy Markdown
Collaborator

@comfysage comfysage commented Mar 21, 2026

removing this option since its behavior is dependent on a non-transparent background.

if users want to keep this, they should use:

vim.opt.fillchars:append({ eob = " " })

fix #980

removing this option since its behavior is dependent on a
non-transparent background.

if users want to keep this, they should use:
```lua
vim.opt.fillchars:append({ eob = " " })
```

#980
Copy link
Copy Markdown
Contributor

@sgoudham sgoudham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd classify this as a breaking change since you're removing a user facing option, and it'll no longer work as expected?

Otherwise, seems good to remove since it's a bit odd to control that in the theme.

@sgoudham sgoudham changed the title fix: remove O.show_end_of_buffer fix!: remove O.show_end_of_buffer Mar 21, 2026
Copy link
Copy Markdown
Collaborator

@vollowx vollowx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to have this breaking change ❤️

Perhaps we should also mention this change in the 2.0.0 release note in case someone doesn’t know how to hide eob chars with vim.o.fillchars

@vollowx vollowx merged commit 50c34a2 into main Mar 22, 2026
7 checks passed
@vollowx vollowx deleted the push-wsvnrylkpssk branch March 22, 2026 03:50
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.

[Suggestion] A better implementation for hiding EOB characters

3 participants