1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-24 15:01:27 +02:00

Require "x" flag in util.regexp for "extended" regex processing.

This commit is contained in:
Kris Maglione
2011-02-15 13:06:40 -05:00
parent 5d53adcebc
commit 5606b96957
9 changed files with 51 additions and 42 deletions
+1 -1
View File
@@ -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;