Variable: evil-ex-search-direction
evil-ex-search-direction is a variable defined in evil-vars.el.
Value
nil
Documentation
The direction of the current search, either forward or backward.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-ex-search-direction nil
"The direction of the current search, either `forward' or `backward'.")