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

VIM-1990 fix repeat delete find or till wrong MotionType #646

Merged

Conversation

samabcde
Copy link
Contributor

@samabcde samabcde commented May 31, 2023

When doing repeat delete of find/till,
MotionType is determined by actually motion direction

  • t,f -> Forward -> Inclusive
    T,F -> Backward -> Exclusive
  • , will reverse direction
    ; will not.

@samabcde samabcde force-pushed the VIM-1990-fix-repeat-delete-find-or-till branch from 52a8ff7 to 5a1e043 Compare May 31, 2023 16:53
@AlexPl292
Copy link
Member

Very nice, definitely worth merging!
Thank you!

@AlexPl292 AlexPl292 merged commit 437932c into JetBrains:master Jun 1, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants