diff options
author | anekos | 2010-08-03 23:44:20 +0000 |
---|---|---|
committer | anekos | 2010-08-03 23:44:20 +0000 |
commit | 3e01d093e1c656a75cc9ca536b63b36ea20f5382 (patch) | |
tree | 867c1aa7610298a350f6e5b24359c2563aa3f4d5 | |
parent | b11509ea792caadcba1f0434d4a3d8fc841c6131 (diff) | |
download | vimperator-plugins-3e01d093e1c656a75cc9ca536b63b36ea20f5382.tar.bz2 |
:tw<Enter> を有効に
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38162 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | twittperator.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/twittperator.js b/twittperator.js index 73261e6..2474a02 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1569,6 +1569,9 @@ function loadPlugins() { // {{{ let bang = args.bang; let arg = args.literalArg; + if (!arg) + return showFollowersStatus(null, args.bang); + if (args.bang) { let [subCmd] = findSubCommand(arg); subCmd.action(args); |