Variable: ido-enable-flex-matching
ido-enable-flex-matching is a customizable variable defined in
ido.el.gz.
Value
nil
Documentation
Non-nil means that Ido will do flexible string matching.
Flexible matching means that if the entered string does not match any item, any item containing the entered characters in the given sequence will match.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-enable-flex-matching nil
"Non-nil means that Ido will do flexible string matching.
Flexible matching means that if the entered string does not
match any item, any item containing the entered characters
in the given sequence will match."
:type 'boolean)