aboutsummaryrefslogtreecommitdiffstats
path: root/tombloo.js
diff options
context:
space:
mode:
authorteramako2008-10-06 14:03:52 +0000
committerteramako2008-10-06 14:03:52 +0000
commit58cbcc2e27605e20c72e5c397aff6ba796e97ba6 (patch)
tree4ea143a2ed05f1cd610341761ccd61aa7ac7924c /tombloo.js
parent32e5d18b3d0c01036e45ab22bbab1ef0ac7ef216 (diff)
downloadvimperator-plugins-58cbcc2e27605e20c72e5c397aff6ba796e97ba6.tar.bz2
vimp CVS Headに追従(bang[!])の仕様変更に対して)
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@20857 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'tombloo.js')
-rw-r--r--tombloo.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tombloo.js b/tombloo.js
index e7665ba..cbee74b 100644
--- a/tombloo.js
+++ b/tombloo.js
@@ -59,6 +59,7 @@ liberator.commands.addUserCommand(['tombloo'],'Post by Tombloo',
function(arg,special){
TomblooService.Tombloo.Service.share(getContext(), TomblooService.Tombloo.Service.extractors[arg],special);
},{
+ bang: true,
completer: function(filter){
var completionList = new Array();
var exts = TomblooService.Tombloo.Service.check(getContext());