Variable: viper-strict-SEP-chars-sans-newline

viper-strict-SEP-chars-sans-newline is a variable defined in viper-util.el.gz.

Value

"       "

Documentation

Regexp matching the set of alphanumeric characters acceptable to strict Vi.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-util.el.gz
(defconst viper-strict-SEP-chars-sans-newline " \t"
  "Regexp matching the set of alphanumeric characters acceptable to strict Vi.")