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

Fix issue #6 #14

Merged
merged 4 commits into from
Jan 13, 2025
Merged

Fix issue #6 #14

merged 4 commits into from
Jan 13, 2025

Conversation

kkew3
Copy link
Owner

@kkew3 kkew3 commented Jan 13, 2025

This commit adds support to dot-repeat (https://vimhelp.org/repeat.txt.html#.) of the word motions based on tpope/vim-repeat (https://github.com/tpope/vim-repeat.git), backed by integration tests. So issue #5 is also resolved. The README and the documentation have been updated.

kkew3 added 4 commits January 13, 2025 16:19
This commit adds support to dot-repeat (https://vimhelp.org/repeat.txt.html#.) of the word motions based on tpope/vim-repeat (https://github.com/tpope/vim-repeat.git), backed by integration tests. So issue #5 is also resolved. The README and the documentation have been updated.
The crash happens when the string to parse looks like this: "{CDM}{alpha}{汉字}", where {CDM} denotes a combining diacritical mark, {alpha} denotes an ASCII alphabet, and {汉字} denotes a 汉字.
@kkew3 kkew3 merged commit 1d916a0 into rust Jan 13, 2025
6 checks passed
@kkew3 kkew3 deleted the issue/6 branch January 13, 2025 09:51
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.

Support vim . command on b and ge motions Support of vim . command on de deleting motion needs verification
1 participant