hlissner / evil-multiedit

Multiple cursors for evil-mode, based on iedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"3 matches for foo" is not echoed, intentionally?

JJPandari opened this issue · comments

commented

What would you like to know?

I was using some version from 202202, which echos "3 matches for foo" when matching. After updating to latest, the echo doesn't show anymore. In the code I see it's inhibited explicitly with inhibit-message when calling iedit.

This message is quite useful in my opinion, why inhibit it? Does iedit echo something more so you silence them all to make it clean?