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

Not incrementing correct "word" #24

Open
ErikReider opened this issue Jan 26, 2023 · 1 comment
Open

Not incrementing correct "word" #24

ErikReider opened this issue Jan 26, 2023 · 1 comment

Comments

@ErikReider
Copy link

Adding - [x] on to an empty file and trying to increment [x] increments on instead of toggling [x].

I tried adding this to the setup to be able to toggle markdown checkboxes but it didn't work :/

{"[ ]", "[x]"},
{"-[ ]", "-[x]"},
{"- [ ]", "- [x]"},
{"- []", "- [x]"},

Any idea on why this is happening?

@nat-418
Copy link
Owner

nat-418 commented Jan 26, 2023

Pretty sure this has to do with how vim/neovim measure words. I will test later and see what I can do. Thanks for the report.

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

No branches or pull requests

2 participants