Variable: viper-replace-state-hook
viper-replace-state-hook is a customizable variable defined in
viper-init.el.gz.
Value
viper-restore-cursor-type
Documentation
Hooks run just before the switch to Replace mode is completed.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defcustom viper-replace-state-hook 'viper-restore-cursor-type
"Hooks run just before the switch to Replace mode is completed."
:type 'hook
:group 'viper-hooks)