1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 09:57: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"],
"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",