-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix around-word text-object selection. #546
Conversation
I also forgot to update the unit test. Oops! |
LGTM ! (there's a failing lint for an unused import left) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Not tested but code wise seemed okay.
Oops! Making all kinds of mistakes on this PR. Forgot to run clippy. I'll fix the lints. |
…ight. Also only select around when there's whitespace at all.
Apparently I didn't forget. Locally there were no warnings, because it happened due to the auto-rebase to master it was doing here. Just need to rebase to master and fix things up. |
No description provided.