mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 06:35:46 +01:00
Kill :bwipeout, :bunload. Change the semantics of :tabc and :bd: the former operates on visible tabs, the latter on all tabs. Bang enables regexp matching against title and URL, otherwise site-filter matching is used.
This commit is contained in:
@@ -1098,7 +1098,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
|
||||
expr = String.replace(expr, /\\(.)/, function (m, m1) {
|
||||
if (m1 === "c")
|
||||
flags = flags.replace(/i/g, "") + "i";
|
||||
else if (m === "C")
|
||||
else if (m1 === "C")
|
||||
flags = flags.replace(/i/g, "");
|
||||
else
|
||||
return m;
|
||||
|
||||
Reference in New Issue
Block a user