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

evil-repeat repeats evil-space commands #6

Open
alanpearce opened this issue May 18, 2018 · 1 comment
Open

evil-repeat repeats evil-space commands #6

alanpearce opened this issue May 18, 2018 · 1 comment

Comments

@alanpearce
Copy link

alanpearce commented May 18, 2018

If I have the text (cursor shown as |)
|aeiou aeiou aeiou

and I enter

fe
x
SPC
.

I would expect to see aiou a|iou aeiou, but instead the result is aiou aeiou a|eiou: . repeats SPC and not x, as I would have expected. Additionally, this doesn't appear to be how vim operates, see answers to https://superuser.com/questions/429917/repeat-last-normal-mode-command-including-moves-in-vim

@alanpearce
Copy link
Author

I found a similar issue that was already fixed with company+evil, it looks like evil-declare-ignore-repeat should be called on every command, but I couldn't see any commands in evil-space-el.

company-mode/company-mode#15 (comment)

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