mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-05 00:55:49 +01:00
Require "x" flag in util.regexp for "extended" regex processing.
This commit is contained in:
@@ -966,7 +966,7 @@ unlet s:cpo_save
|
||||
)
|
||||
(?P<path> \/[^\/]* )?
|
||||
$
|
||||
]]>).exec(context.filter);
|
||||
]]>, "x").exec(context.filter);
|
||||
if (match) {
|
||||
if (!match.path) {
|
||||
context.key = match.proto;
|
||||
|
||||
Reference in New Issue
Block a user