Variable: viper-insertion-ring-size

viper-insertion-ring-size is a customizable variable defined in viper-init.el.gz.

Value

14

Documentation

The size of history of inserted text.

This is a list where Viper keeps the history of previously inserted pieces of text.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
;; Insertion ring and command ring
(defcustom viper-insertion-ring-size 14
  "The size of history of inserted text.
This is a list where Viper keeps the history of previously inserted pieces of
text."
  :type 'integer
  :group 'viper-misc)