aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
authorJagua2013-11-10 23:52:35 +0900
committerJagua2013-11-10 23:52:35 +0900
commit74789b7ddf00197fbf04b5d19c728e6e5230c78d (patch)
treec840e265802c03511c2d8e3a3d560bc5ccf9cda9 /twittperator.js
parentea8fe640950900697042b28c732a9012ce87c46f (diff)
downloadvimperator-plugins-74789b7ddf00197fbf04b5d19c728e6e5230c78d.tar.bz2
fix: typo.
Diffstat (limited to 'twittperator.js')
-rw-r--r--twittperator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js
index 1061c78..609a36a 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -2135,7 +2135,7 @@ let INFO = xml`
notMine: function (st)
let (n = setting.screenName)
(n ? (!st.user || st.user.screen_name !== n) : st),
- mine: function (st)
+ selectMine: function (st)
(!Predicates.notMine(st))
}; // }}}
let Completers = (function() { // {{{