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
After three months, this has worked great for me. But I forgot to say that I also modified ido-set-matches-1 so that it only matches consecutive characters. For example, if my query is are, I do not want ido to match algol rapid ego.
What improvements would you suggest? If I had time, I would rewrite ido-mode.el and merge ido-vertical-mode. I think the code in ido-mode.el is very hard to understand and some things are hard-coded that should be customizable.
A typical query with flex matching may contain strings separated by spaces and
ido-vertical-completions
does not handle this case.My quick-and-dirty solution was to add this:
In
let*
In the loop that sets the face of the matching substring:
The text was updated successfully, but these errors were encountered: