Variable: ido-auto-merge-inhibit-characters-regexp

ido-auto-merge-inhibit-characters-regexp is a customizable variable defined in ido.el.gz.

Value

"[][*?~]"

Documentation

Regexp matching characters which should inhibit automatic merging.

When a (partial) file name matches this regexp, merging is inhibited.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-auto-merge-inhibit-characters-regexp "[][*?~]"
  "Regexp matching characters which should inhibit automatic merging.
When a (partial) file name matches this regexp, merging is inhibited."
  :type 'regexp)