1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 14:45:44 +01:00

Add wildanchor option.

This commit is contained in:
Kris Maglione
2010-09-23 15:15:09 -04:00
parent db2a6ba0a3
commit 2f30daa09e
6 changed files with 37 additions and 13 deletions

View File

@@ -1376,6 +1376,24 @@
</description>
</item>
<item>
<tags>'wia' 'wildanchor'</tags>
<spec>'wildanchor' 'wia'</spec>
<type>regexlist</type>
<default>!/ex/(back|buffer|ext|forward|help|undo),.*</default>
<description>
<p>
Regular expression list defining which completion groups show only
matches anchored to the beginning of the result. The first
matching expression is the one that applies. If the match is
negated, then the current filter may match anywhere in the result.
If it is not negated, then the match may only occur at the
beginning of the result. If no items match, then a
context-dependent default value is used.
</p>
</description>
</item>
<item>
<tags>'wic' 'wildcase'</tags>
<spec>'wildcase' 'wic'</spec>