aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-06-05 15:19:36 +0000
committeranekos2010-06-05 15:19:36 +0000
commite0b5fcf6713094d4424287fb39f6d76c220933ea (patch)
tree7d0b639e15616e586f0d386963c365eb8d7cdf3b
parent0fcbdf2072c570cfa210f5d8a50a37df658a938c (diff)
downloadvimperator-plugins-e0b5fcf6713094d4424287fb39f6d76c220933ea.tar.bz2
nyaaaaaps
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37805 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-xgmail-commando.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmail-commando.js b/gmail-commando.js
index d826380..b3980bf 100755
--- a/gmail-commando.js
+++ b/gmail-commando.js
@@ -395,7 +395,7 @@ let INFO =
gv.split(/\s+/),
cmd + ' - Gmail Commando',
function () {
- Commands.translate();
+ Commands[cmd]();
},
{
matchingUrls: RegExp('https://mail\\.google\\.com/mail/*')