aboutsummaryrefslogtreecommitdiffstats
path: root/usi.js
diff options
context:
space:
mode:
authoranekos2011-02-27 09:57:08 +0900
committeranekos2011-02-27 09:57:08 +0900
commit1341ab9980126085810956030116cc4ce6db8394 (patch)
treec66da45712f5b6dc2f14be48a0b1be182a1e4d28 /usi.js
parentf94a80cacda156307163af1ea30b9ade5c6f5543 (diff)
downloadvimperator-plugins-1341ab9980126085810956030116cc4ce6db8394.tar.bz2
とりあえず、 usi でもタスクを見られるようにした
Diffstat (limited to 'usi.js')
-rw-r--r--usi.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/usi.js b/usi.js
index c14ac8a..54aad30 100644
--- a/usi.js
+++ b/usi.js
@@ -735,7 +735,9 @@ let INFO =
['usi'],
'for Remember The Milk',
function (args) {
- if (!Save.get('authorized'))
+ if (Save.get('authorized'))
+ liberator.execute('usi task');
+ else
Cow.openAuthPage();
},
{