Variable: cider-repl-input-history-position

cider-repl-input-history-position is a variable defined in cider-repl.el.

Value

-1

Documentation

Newer items have smaller indices.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
;; These two vars contain the state of the last history search.  We
;; only use them if `last-command' was `cider-repl--history-replace',
;; otherwise we reinitialize them.

(defvar cider-repl-input-history-position -1
  "Newer items have smaller indices.")