Variable: viper-re-query-replace

viper-re-query-replace is a customizable variable defined in viper-init.el.gz.

Value

t

Documentation

If t then do regexp replace, if nil then do string replace.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defcustom viper-re-query-replace t
  "If t then do regexp replace, if nil then do string replace."
  :type 'boolean
  :tag "Regexp Query Replace"
  :group 'viper-search)