mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:47:59 +01:00
Normalise the use of "regexp(s)" vs "regex(es)".
"regex" won the Google battle.
This commit is contained in:
@@ -859,7 +859,7 @@ function CommandLine() //{{{
|
||||
// At the moment, adding "<Tab>" breaks tab completion. Adding
|
||||
// "<CR>" has no effect.
|
||||
// TODO: Make non-keyword recognition smarter so that there need not
|
||||
// be two lists of the same characters (one here and a regexp in
|
||||
// be two lists of the same characters (one here and a regex in
|
||||
// mappings.js)
|
||||
mappings.add(myModes,
|
||||
["<Space>", '"', "'"], "Expand command line abbreviation",
|
||||
|
||||
Reference in New Issue
Block a user