Variable: evil-ex-search-vim-style-regexp

evil-ex-search-vim-style-regexp is a customizable variable defined in evil-vars.el.

Value

nil

Documentation

If non-nil Vim-style backslash codes are supported in search patterns.

See evil-transform-vim-style-regexp for the supported backslash codes. Note that this only affects the search command if evil-search-module is set to evil-search. The isearch module always uses plain Emacs regular expressions.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-ex-search-vim-style-regexp nil
  "If non-nil Vim-style backslash codes are supported in search patterns.
See `evil-transform-vim-style-regexp' for the supported backslash
codes.  Note that this only affects the search command if
`evil-search-module' is set to `evil-search'.  The isearch module
always uses plain Emacs regular expressions."
  :type 'boolean
  :group 'evil)