diff options
author | teramako | 2008-10-06 14:03:52 +0000 |
---|---|---|
committer | teramako | 2008-10-06 14:03:52 +0000 |
commit | 58cbcc2e27605e20c72e5c397aff6ba796e97ba6 (patch) | |
tree | 4ea143a2ed05f1cd610341761ccd61aa7ac7924c /tombloo.js | |
parent | 32e5d18b3d0c01036e45ab22bbab1ef0ac7ef216 (diff) | |
download | vimperator-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.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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()); |