aboutsummaryrefslogtreecommitdiffstats
path: root/usi.js
diff options
context:
space:
mode:
authoranekos2011-05-25 12:28:24 +0900
committeranekos2011-05-25 12:28:24 +0900
commit6e2620af791221d0007aaf149d2d01039cb857a2 (patch)
tree80c94a068102ef9b627713f303cedfcfbbd9b622 /usi.js
parent444182183de203f9f28c8e520ba1c1269db6fd71 (diff)
downloadvimperator-plugins-6e2620af791221d0007aaf149d2d01039cb857a2.tar.bz2
typooOooOoo
Diffstat (limited to 'usi.js')
-rw-r--r--usi.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/usi.js b/usi.js
index 05567bf..d0664d1 100644
--- a/usi.js
+++ b/usi.js
@@ -35,7 +35,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
// INFO {{{
let INFO =
<>
- <plugin name="usi.js" version="1.3.0"
+ <plugin name="usi.js" version="1.3.1"
href="http://vimpr.github.com/"
summary="for Remember The Milk."
lang="en-US"
@@ -817,7 +817,7 @@ let INFO =
cache: 'rtm.tasks.getList?filter=status:incomplete',
onComplete: function (result) {
let cs = [];
- let lists = args['-list'];
+ let lists = args['-lists'];
for (let [, list] in Iterator(result.tasks.list)) {
if (lists && lists.every(function (name) table[list.@id] != name))