Variable: vi-last-shell-command
vi-last-shell-command is a variable defined in vi.el.gz.
Value
nil
Documentation
Save last shell command given for "!" operator.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/vi.el.gz
(defvar vi-last-shell-command nil ; last shell op command line
"Save last shell command given for \"!\" operator.")