diff options
author | anekos | 2011-05-25 12:28:24 +0900 |
---|---|---|
committer | anekos | 2011-05-25 12:28:24 +0900 |
commit | 6e2620af791221d0007aaf149d2d01039cb857a2 (patch) | |
tree | 80c94a068102ef9b627713f303cedfcfbbd9b622 /usi.js | |
parent | 444182183de203f9f28c8e520ba1c1269db6fd71 (diff) | |
download | vimperator-plugins-6e2620af791221d0007aaf149d2d01039cb857a2.tar.bz2 |
typooOooOoo
Diffstat (limited to 'usi.js')
-rw-r--r-- | usi.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |