diff options
author | anekos | 2011-12-30 18:35:17 +0900 |
---|---|---|
committer | anekos | 2011-12-30 19:54:12 +0900 |
commit | e9fdabb7392cff5feabea773a42f3a31d8064699 (patch) | |
tree | dbabc4d6869cb2f1e0fde04f31ac2e62753bda34 /twittperator.js | |
parent | 083ec64b63ae64eefd663980254e25336260820d (diff) | |
download | vimperator-plugins-e9fdabb7392cff5feabea773a42f3a31d8064699.tar.bz2 |
Fix completer
Diffstat (limited to 'twittperator.js')
-rw-r--r-- | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index 8e21174..bbf7003 100644 --- a/twittperator.js +++ b/twittperator.js @@ -2350,7 +2350,7 @@ let INFO = Twittperator.activitySummary(arg); }, timelineCompleter: true, - completer: Completers.rawid(function(st) st.id) + completer: Completers.id(function(st) st.id) }), SubCommand({ command: ["info"], |