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

"(0/0)" does not immediately disappears #12

Open
tttuuu888 opened this issue Nov 8, 2020 · 2 comments
Open

"(0/0)" does not immediately disappears #12

tttuuu888 opened this issue Nov 8, 2020 · 2 comments

Comments

@tttuuu888
Copy link

Thanks a lot for this great package.

There is one thing bothered me for a while. It may not be a bug. If so, please consider this as a suggestion for improvement.

Reproduction steps:

$ emacs -Q
(package-initialize)
(require 'evil)
(require 'anzu)
(require 'evil-anzu)
(evil-mode 1)
(anzu-mode 1)

Then, when you press 'n' or 'N', evil-anzu update '(0/0)' on the mode-line and it never goes away until search something else.

I think '(0/0)' should be disappeared when I press 'ESC' or 'C-g'.
Or, '(0/0)' shouldn't be displayed at all in this case.

Thanks.

@tttuuu888
Copy link
Author

Today I found this issue is gone. Since evil-anzu hasn't been updated since I opened this issue, I assume some evil update has affected to this issue.
Anyway I'm closing this issue since it's solved.
Thank you.

@tttuuu888
Copy link
Author

tttuuu888 commented Apr 15, 2021

I'm sorry but this issue still occurs. I applied my pull request #13 to my local machine and have used it so far and thought it's solved. #13 is pretty simple solution for this issue and I hope it will be applied soon.
Thank you.

@tttuuu888 tttuuu888 reopened this Apr 15, 2021
tttuuu888 added a commit to tttuuu888/evil-anzu that referenced this issue Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant