From f03656fd8724cbb094599ec6da84d15073cb6e52 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 20 Dec 2010 14:04:08 -0500 Subject: [PATCH] Allow most characters in command names. --HG-- extra : rebase_source : 9b331cedf56ad9fac5f59e6ddaeef8094c8a972a --- common/content/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/commands.js b/common/content/commands.js index e1b45cbc..06b835be 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -1007,7 +1007,7 @@ const Commands = Module("commands", { \x2e-\x2f \x3a-\x40 // \x41-\x5a a-z \x5b-\x60 // \x61-\x7a A-Z - \x7b-\xff + \x7b-\xbf \u02b0-\u02ff // Spacing Modifier Letters \u0300-\u036f // Combining Diacritical Marks \u1dc0-\u1dff // Combining Diacritical Marks Supplement