mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 15:35:45 +01:00
Fix incfind annoyingness on newer Firefoxen.
--HG-- extra : rebase_source : 263fdb4bae4d1facff52ea436141491e5d58a8e5
This commit is contained in:
@@ -364,7 +364,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
||||
}
|
||||
else if (close) {
|
||||
stack.pop();
|
||||
util.assert(stack.length, /*L*/"Unmatched %] in macro");
|
||||
util.assert(stack.length, /*L*/"Unmatched }> in macro");
|
||||
}
|
||||
else {
|
||||
let [, flags, name] = /^((?:[a-z]-)*)(.*)/.exec(macro);
|
||||
|
||||
Reference in New Issue
Block a user