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

Change moving to prev/next word - regard consecutive word-split characters as a single word #26

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

svekko
Copy link
Contributor

@svekko svekko commented Nov 1, 2021

At the moment each word-split character is being regarded as a separate word in move_to_next_word and move_to_prev_word, but not in remove_until_word_start. Changed the behavior in move_to_next_word and move_to_prev_word so that each word-split character mustn't be cycled through one-by-one, but rather consider consecutive word-split characters as a part of the previous word.

@nuta nuta merged commit 873b7f4 into nuta:main Nov 8, 2021
@nuta
Copy link
Owner

nuta commented Nov 8, 2021

Looks good. Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants