comparison 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
comparison
equal deleted inserted replaced
154:94141801dd7e 155:43dd3413c7c7
505 "*If t then do regexp replace, if nil then do string replace.") 505 "*If t then do regexp replace, if nil then do string replace.")
506 506
507 (defconst vip-re-replace t 507 (defconst vip-re-replace t
508 "*If t, do regexp replace. nil means do string replace.") 508 "*If t, do regexp replace. nil means do string replace.")
509 509
510 (defvar vip-parse-sexp-ignore-comments t
511 "*If t, `%' ignores the parentheses that occur inside comments.")
512
510 (vip-deflocalvar vip-ex-style-motion t 513 (vip-deflocalvar vip-ex-style-motion t
511 "*Ex-style: the commands l,h do not cross lines, etc.") 514 "*Ex-style: the commands l,h do not cross lines, etc.")
512 515
513 (vip-deflocalvar vip-ex-style-editing-in-insert t 516 (vip-deflocalvar vip-ex-style-editing-in-insert t
514 "*The keys ^H, ^? don't jump lines in insert, ESC moves cursor back, etc. 517 "*The keys ^H, ^? don't jump lines in insert, ESC moves cursor back, etc.