-
Notifications
You must be signed in to change notification settings - Fork 181
Description
I just tried to search a word in a 260k chars markdown file and noticed many letters weren't typed in Find input.
The word is "mousepad" and due to my speed typing only "muepad" was typed in find input. Results vary if I try many times, but always with missing chars, like "muepd" and "muspd". I need to type slowly to get the entire word to be printed in the input.
If I disable Im, the issue disappears. Hi is not related, because the issue is reproducible even with Hi disabled.
This is a regression, because until previous version I already used find-as-you-type through the previous implementation tied with Hi and never had such issue.
For some reason, new Im implementation is not efficient and is hanging typing in Find input for those who type not so slowly in a not so small file (but 260k isn't a big file, there shouldn't be any issue).