Variable: vip-open-with-indent
vip-open-with-indent is a customizable variable defined in vip.el.gz.
Value
nil
Documentation
If t, indent when open a new line.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
(defcustom vip-open-with-indent nil
"If t, indent when open a new line."
:type 'boolean)