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

proposal: support matching inside string literals #7640

Closed
wants to merge 2 commits into from

Commits on Jul 15, 2023

  1. fix: make find_matching_bracket_fuzzy behaviour consistent

    When the cursor is already on top of a valid bracket, then
    it should never traverse the parents. The documentation also
    states this:
    
    ```
    // If the cursor is on an opening or closing bracket, the function
    // behaves equivalent to [`find_matching_bracket`].
    ```
    
    This was not true, as it was always beign set to true, regardless of
    being on top of a bracket or not.
    alevinval committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    024ebe1 View commit details
    Browse the repository at this point in the history
  2. discussion: if we did that, we would make the behaviour of matching c…

    …onsistent
    
    for vast majority of helix users
    alevinval committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    ad8f086 View commit details
    Browse the repository at this point in the history