aboutsummaryrefslogtreecommitdiffstats
path: root/google-plus-commando.js
diff options
context:
space:
mode:
authoranekos2011-07-15 05:28:20 +0900
committeranekos2011-07-15 05:28:20 +0900
commitbb318316d7b62770036550431f9688818eb2038b (patch)
tree4a6612666853b67fb1cdc99715a3028ae3a61550 /google-plus-commando.js
parentdc79250cea37a1c08d78fe8825414bc002f799a8 (diff)
downloadvimperator-plugins-bb318316d7b62770036550431f9688818eb2038b.tar.bz2
正規表現まつがい
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r--google-plus-commando.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js
index a731d07..45bc04d 100644
--- a/google-plus-commando.js
+++ b/google-plus-commando.js
@@ -320,7 +320,7 @@ let INFO =
'Hit a hint - Google plus Commando',
function () hints.show(modeName),
{
- matchingUrls: RegExp('^https://plus\\.google\\.com/*')
+ matchingUrls: RegExp('^https://plus\\.google\\.com/.*')
}
);
});