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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user