mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 14:07:58 +01:00
Fix silly 'wildanchor' default.
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user