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(float): tail truncate the long title #28387

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

Conversation

glepnir
Copy link
Member

@glepnir glepnir commented Apr 17, 2024

Problem:
now we truncate the title from start,This is somewhat inconsistent with the way vim works. Usually we use < to truncate and keep more trailing characters.

Solution:
keep more trailing characters.

Fix #23602

@glepnir glepnir marked this pull request as draft April 17, 2024 13:45
@github-actions github-actions bot added the float floating windows label Apr 17, 2024
@glepnir glepnir marked this pull request as ready for review April 17, 2024 14:02
@glepnir glepnir requested a review from bfredl April 20, 2024 11:08
@glepnir glepnir force-pushed the 23602 branch 2 times, most recently from 51510ae to e40eef5 Compare April 22, 2024 11:27
Problem: now we truncate the title from start,This is somewhat inconsistent with the way vim works. Usually we use < to truncate and keep more trailing characters.

Solution: keep more trailing characters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
float floating windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

inconsistent behavior: a over long floating window title gets truncated from the right side
2 participants