Variable: viper-strict-SEP-chars

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

Value

"       \n"

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 " \t\n"
  "Regexp matching the set of alphanumeric characters acceptable to strict Vi.")