Mercurial > hg > xemacs-beta
diff man/viper-cmd.texi @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | c7528f8e288d |
children |
line wrap: on
line diff
--- a/man/viper-cmd.texi Mon Aug 13 09:38:27 2007 +0200 +++ b/man/viper-cmd.texi Mon Aug 13 09:39:39 2007 +0200 @@ -333,7 +333,12 @@ @cindex case-sensitive search @cindex case-insensitive search @item % -Find the next bracket and go to its match. +Find the next bracket/parenthesis/brace and go to its match. +By default, Viper ignores brackets/parentheses/braces that occur inside +parentheses. You can change this by setting +@code{vip-parse-sexp-ignore-comments} to nil in your @file{.vip} fipe. +This option can also be toggled interactively if you quickly hit @kbd{%} +three times. @end table @kindex @kbd{%} @kindex @kbd{C-c /} @@ -389,6 +394,7 @@ @kindex @kbd{j} @kindex @kbd{k} @kindex @kbd{l} +@vindex @code{vip-parse-sexp-ignore-comments} @node Marking,Appending Text,Move Commands,Text Handling @subsection Marking