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

Add object selection (textobjects) #385

Merged
merged 13 commits into from
Jul 3, 2021

Commits on Jun 27, 2021

  1. Add textobjects for word

    sudormrfbin committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    6c4e1b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    d921281 View commit details
    Browse the repository at this point in the history
  2. Apply clippy lints

    sudormrfbin committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    cec17b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Remove ThisWordPrevBound in favor of PrevWordEnd

    It's the same as PrevWordEnd except for taking the current char
    into account, so use a "flag" to capture that usecase
    sudormrfbin committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    60a653c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d3118d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Remove ThisWord* movements

    They did not preserve anchor positions and were only used
    for textobject boundary search anyway so replace them with
    simple position finding functions
    sudormrfbin committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e004448 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    f9fdd8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b129f42 View commit details
    Browse the repository at this point in the history
  3. Add textobject docs

    sudormrfbin committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    a1b757d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29e4da7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94e2f3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8da02fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    520c39a View commit details
    Browse the repository at this point in the history