1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 17:27:59 +01:00

Fix silly 'wildanchor' default.

This commit is contained in:
Kris Maglione
2010-09-23 15:16:29 -04:00
parent 2f30daa09e
commit 8225325577
2 changed files with 2 additions and 2 deletions

View File

@@ -855,7 +855,7 @@ const Completion = Module("completion", {
options.add(["wildanchor", "wia"], options.add(["wildanchor", "wia"],
"Regexp list defining which contexts require matches anchored to the begining of the result", "Regexp list defining which contexts require matches anchored to the begining of the result",
"regexlist", "!/ex/(back|buffer|ext|forward|help|undo),.*"); "regexlist", "!/ex/(back|buffer|ext|forward|help|undo)");
options.add(["wildcase", "wic"], options.add(["wildcase", "wic"],
"Completion case matching mode", "Completion case matching mode",

View File

@@ -1380,7 +1380,7 @@
<tags>'wia' 'wildanchor'</tags> <tags>'wia' 'wildanchor'</tags>
<spec>'wildanchor' 'wia'</spec> <spec>'wildanchor' 'wia'</spec>
<type>regexlist</type> <type>regexlist</type>
<default>!/ex/(back|buffer|ext|forward|help|undo),.*</default> <default>!/ex/(back|buffer|ext|forward|help|undo)</default>
<description> <description>
<p> <p>
Regular expression list defining which completion groups show only Regular expression list defining which completion groups show only