Variable: vip-shift-width

vip-shift-width is a customizable variable defined in vip.el.gz.

Value

8

Documentation

The number of columns shifted by > and < command.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
(defcustom vip-shift-width 8
  "The number of columns shifted by > and < command."
  :type 'integer)