We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359693a commit c322e7aCopy full SHA for c322e7a
content_scripts/vimium_frontend.coffee
@@ -359,7 +359,7 @@ setPassKeys = (newPassKeys) ->
359
passKeyGroups = passKeys.split " "
360
splitPassKeys = []
361
for passKeyGroup in passKeyGroups
362
- namedKeyMatch = passKeyGroup.match namedKeyRegex
+ namedKeyMatch = passKeyGroup.search namedKeyRegex
363
if namedKeyMatch # The current space delimited group is a single named key.
364
splitPassKeys.push passKeyGroup # Push this to as a single key
365
else
0 commit comments