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 find commands for buffers with non-LF line-endings #8111

Merged
merged 2 commits into from
Sep 3, 2023

Commits on Sep 3, 2023

  1. fix: change line-ending char when finding ret

    * Takes into account direction and an inclusive flag to select the first or last char of the line-ending string.
    * Adds tests to ensure `T` and `F` work with `\n` and `\r\n` line-endings.
    woojiq committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    3aebade View commit details
    Browse the repository at this point in the history
  2. rename function

    woojiq committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    a87b2cb View commit details
    Browse the repository at this point in the history