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

<M--> and <M-+> not working #26

Open
electricWah opened this issue Jun 12, 2022 · 0 comments
Open

<M--> and <M-+> not working #26

electricWah opened this issue Jun 12, 2022 · 0 comments

Comments

@electricWah
Copy link

Control:
5é*
Count of 5, prints 5 asterisks
https://tio.run/##K/v/3/TwSq3////rlgEA

With :
5<M-->é*
Count of 5, decrement the count by 1 to get 4, but it only prints 1 asterisk
https://tio.run/##K/v/39TGV1fX7vBKrf///@uWAQA

Same thing with <M-+>:
5<M-+>é*
Count of 5, increment the count by 1 to 6, but it only prints 1 asterisk
https://tio.run/##K/v/39TGV1fb7vBKrf///@uWAQA

I tried testing with the actual character rather than the verbose mode, but it seems that the given character for on the wiki is just a regular - character. I tried that, and an "–" (em dash), and I'm still not sure which is correct but both had the same effect anyways. I also tried « for <M-+>, no difference either. It seems that the command is using up the count so the next command can't use it. I don't think this is intended behavior, as it wouldn't be a very useful command.

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

1 participant