Variable: viper-version
viper-version is a variable defined in viper.el.gz.
Value
"3.14.2 of July 4, 2013"
Documentation
The current version of Viper.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/viper.el.gz
;;; viper.el --- A full-featured Vi emulator for Emacs -*- lexical-binding:t -*-
;; a VI Plan for Emacs Rescue,
;; and a venomous VI PERil.
;; Viper Is also a Package for Emacs Rebels.
;; Copyright (C) 1994-2022 Free Software Foundation, Inc.
;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
;; Keywords: emulations
;; Version: 3.14.2
;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this
;; file on 20/3/2008, and the maintainer agreed that when a bug is
;; filed in the Emacs bug reporting system against this file, a copy
;; of the bug report be sent to the maintainer's email address.
(defconst viper-version "3.14.2 of July 4, 2013"
"The current version of Viper.")