mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 08:52:27 +01:00
Normalise regex -> regexp.
This is what JS uses and using both is confusing.
This commit is contained in:
@@ -761,7 +761,7 @@ lookup:
|
||||
|
||||
options.add(["wildignore", "wig"],
|
||||
"List of file patterns to ignore when completing files",
|
||||
"regexlist", "");
|
||||
"regexplist", "");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user