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

renderOneLine should render to one line #1759

Merged
merged 3 commits into from
Oct 1, 2024
Merged

renderOneLine should render to one line #1759

merged 3 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. renderOneLine should render to one line

    Previously the implementation was using layoutCompat with the hope that this operation rendered to a single line. It doesn't. This function is only used in the obscure :dumptests command where rendering to a single line is important for the file format.
    glguy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    84c0bfa View commit details
    Browse the repository at this point in the history
  2. Add tests for :dumptests

    glguy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4183f0b View commit details
    Browse the repository at this point in the history
  3. change log entry

    glguy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6fa57cb View commit details
    Browse the repository at this point in the history