Variable: with-editor-file-name-history-exclude

with-editor-file-name-history-exclude is a variable defined in with-editor.el.

Value

("/git-rebase-todo\\'" "/\\(\\(\\(COMMIT\\|NOTES\\|PULLREQ\\|MERGEREQ\\|TAG\\)_EDIT\\|MERGE_\\|\\)MSG\\|\\(BRANCH\\|EDIT\\)_DESCRIPTION\\)\\'")

Documentation

List of regexps for filenames server-visit should not remember.

When a filename matches any of the regexps, then server-visit does not add it to the variable file-name-history, which is used when reading a filename in the minibuffer.

Source Code

;; Defined in ~/.emacs.d/elpa/with-editor-20260301.1317/with-editor.el
(defvar with-editor-file-name-history-exclude nil
  "List of regexps for filenames `server-visit' should not remember.
When a filename matches any of the regexps, then `server-visit'
does not add it to the variable `file-name-history', which is
used when reading a filename in the minibuffer.")