Mercurial > hg > xemacs-beta
diff lisp/viper/viper-init.el @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 0293115a14e9 |
children | 0132846995bd |
line wrap: on
line diff
--- a/lisp/viper/viper-init.el Mon Aug 13 09:38:27 2007 +0200 +++ b/lisp/viper/viper-init.el Mon Aug 13 09:39:39 2007 +0200 @@ -507,6 +507,9 @@ (defconst vip-re-replace t "*If t, do regexp replace. nil means do string replace.") +(defvar vip-parse-sexp-ignore-comments t + "*If t, `%' ignores the parentheses that occur inside comments.") + (vip-deflocalvar vip-ex-style-motion t "*Ex-style: the commands l,h do not cross lines, etc.")