mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 12:07:57 +01:00
Fix silly 'wildanchor' default.
This commit is contained in:
@@ -855,7 +855,7 @@ const Completion = Module("completion", {
|
||||
|
||||
options.add(["wildanchor", "wia"],
|
||||
"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"],
|
||||
"Completion case matching mode",
|
||||
|
||||
@@ -1380,7 +1380,7 @@
|
||||
<tags>'wia' 'wildanchor'</tags>
|
||||
<spec>'wildanchor' 'wia'</spec>
|
||||
<type>regexlist</type>
|
||||
<default>!/ex/(back|buffer|ext|forward|help|undo),.*</default>
|
||||
<default>!/ex/(back|buffer|ext|forward|help|undo)</default>
|
||||
<description>
|
||||
<p>
|
||||
Regular expression list defining which completion groups show only
|
||||
|
||||
Reference in New Issue
Block a user