Variable: completion-flex--pattern-str

completion-flex--pattern-str is a variable defined in minibuffer.el.gz.

Value

nil

Documentation

Pattern string for flex completion scoring.

This is the concatenated string parts from the PCM pattern, used by completion--flex-cost for Gotoh algorithm matching.

Source Code

;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defvar completion-flex--pattern-str nil
  "Pattern string for flex completion scoring.
This is the concatenated string parts from the PCM pattern,
used by `completion--flex-cost' for Gotoh algorithm matching.")