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

Refactor goto_ts_object_impl as a motion #3264

Commits on Jul 30, 2022

  1. Refactor goto_ts_object_impl as a motion

    This refactor changes the overall structure of the goto_ts_object_impl
    command without removing any functionality from its behavior. The
    refactored motion:
    
    * acts on all selections instead of reducing to one selection
    * may be repeated with the `repeat_last_motion` (A-.) command
    * informs the user when the syntax-tree is not accessible in the current buffer
    the-mikedavis committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    eae079a View commit details
    Browse the repository at this point in the history