Variable: viper-ALPHA-char-class

viper-ALPHA-char-class is a buffer-local variable defined in viper-util.el.gz.

Documentation

String of syntax classes characterizing Viper's alphanumeric symbols.

In addition, the symbol _ may be considered alphanumeric if viper-syntax-preference is strict-vi or reformed-vi.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-util.el.gz
;; must be buffer-local
(defvar-local viper-ALPHA-char-class "w"
  "String of syntax classes characterizing Viper's alphanumeric symbols.
In addition, the symbol `_' may be considered alphanumeric if
`viper-syntax-preference' is `strict-vi' or `reformed-vi'.")