You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow the handling of phi-search-limit is sub-par.
I often use incremental search to move the cursor (I find the behavior much more intuitive than ace-cursor or move-to-char), but if I search for a single space I reach the phi-search-limit immediately.
I think that phi-search-limit should be handled differently: if the limit is hit, just stop highlighting/counting (that is, create overlays for the first phi-search-limit matches and show 1/NaN in the search count or something similar), but still start the search.
This would allow to search for common strings in any circumstance, without really affecting performance.
The text was updated successfully, but these errors were encountered:
Somehow the handling of
phi-search-limit
is sub-par.I often use incremental search to move the cursor (I find the behavior much more intuitive than
ace-cursor
ormove-to-char
), but if I search for a single space I reach thephi-search-limit
immediately.I think that
phi-search-limit
should be handled differently: if the limit is hit, just stop highlighting/counting (that is, create overlays for the first phi-search-limit matches and show 1/NaN in the search count or something similar), but still start the search.This would allow to search for common strings in any circumstance, without really affecting performance.
The text was updated successfully, but these errors were encountered: