diff options
author | anekos | 2008-11-27 04:22:10 +0000 |
---|---|---|
committer | anekos | 2008-11-27 04:22:10 +0000 |
commit | cc153e5645a9be30b17f24a5a2f28200db6c2b26 (patch) | |
tree | e2104d44a4590d7aeeee972e8db91078b4e56168 /bitly.js | |
parent | 2416dd87e154a4176840a5f01e311886ca402be2 (diff) | |
download | vimperator-plugins-cc153e5645a9be30b17f24a5a2f28200db6c2b26.tar.bz2 |
Follow CVS Head
etc
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25067 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'bitly.js')
-rw-r--r-- | bitly.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,6 @@ return !callback && req.responseText; } - // commands.removeUserCommand('bitly'); commands.addUserCommand( ['bitly'], 'Copy bitly url', @@ -35,7 +34,8 @@ util.copyToClipboard(short); liberator.echo('`' + short + "' was copied to clipboard."); }); - } + }, + true ); // 外から使えるように |