1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 16:45:45 +01:00

Update :listkeys for :mapgroups.

This commit is contained in:
Kris Maglione
2011-01-19 14:40:47 -05:00
parent d41b414171
commit 807c7a4aba
5 changed files with 42 additions and 12 deletions

View File

@@ -336,6 +336,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
(\}>) // 5
)
]]>, "giy");
macro = String(macro);
while (match = re.exec(macro)) {
let [, prefix, open, full, macro, close] = match;
end += match[0].length;