evil-anzu icon indicating copy to clipboard operation
evil-anzu copied to clipboard

"(0/0)" does not immediately disappears

Open tttuuu888 opened this issue 3 years ago • 2 comments

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 avatar Nov 08 '20 04:11 tttuuu888

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 avatar Apr 09 '21 16:04 tttuuu888

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 avatar Apr 15 '21 13:04 tttuuu888