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

Make m textobject look for pairs enclosing selections #3344

Commits on Feb 3, 2023

  1. Make m textobject look for pairs enclosing selections

    Right now, this textobject only looks for pairs that surround the
    cursor. This ensures that the pair found encloses each selection, which
    is likely to be intuitively what is expected of this textobject.
    EpocSquadron committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f262c88 View commit details
    Browse the repository at this point in the history
  2. Simplification of match code

    Co-authored-by: Michael Davis <[email protected]>
    EpocSquadron and the-mikedavis committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e630dbf View commit details
    Browse the repository at this point in the history
  3. Adjust logic for ensuring surround range encloses selection

    Prior, it was missing the case where the start of the selection came
    before the opening brace. We also had an off-by-one error where if the
    end of the selection was on the closing brace it would not work.
    EpocSquadron committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0085c66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc40f38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b14a325 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecbac26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d3206c View commit details
    Browse the repository at this point in the history
  8. Fix out of bounds error

    EpocSquadron committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5d543db View commit details
    Browse the repository at this point in the history
  9. Add ma version of tests

    EpocSquadron committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5646318 View commit details
    Browse the repository at this point in the history
  10. Fix formatting of tests

    EpocSquadron committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b40a3ea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e34717 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1cf02dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4806a62 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    581ea54 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    71789c4 View commit details
    Browse the repository at this point in the history
  16. Cargo fmt

    EpocSquadron committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5b68034 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    506fa15 View commit details
    Browse the repository at this point in the history