Variable: viper-command-ring-size
viper-command-ring-size is a customizable variable defined in
viper-init.el.gz.
Value
14
Documentation
The size of history of Vi commands repeatable with dot.
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defcustom viper-command-ring-size 14
"The size of history of Vi commands repeatable with dot."
:type 'integer
:group 'viper-misc)