diff options
author | anekos | 2010-05-04 03:42:54 +0000 |
---|---|---|
committer | anekos | 2010-05-04 03:42:54 +0000 |
commit | 26a71dbf20c009d5fa3e20aa44cea8c0b9064653 (patch) | |
tree | a1fe1291a99ba8c9b4bfc84663cecc6a80ced43a /bitly.js | |
parent | c8cf4f015df2f70c6fa31fa2ec04786670b4bc5a (diff) | |
download | vimperator-plugins-26a71dbf20c009d5fa3e20aa44cea8c0b9064653.tar.bz2 |
補完強化
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37345 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'bitly.js')
-rw-r--r-- | bitly.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,8 @@ let PLUGIN_INFO = Copy to clipboard. :jmp [<URL>] Copy to clipboard. + == Require == + bit.ly API Key ]]></detail> </VimperatorPlugin>; // }}} @@ -147,6 +149,7 @@ let PLUGIN_INFO = context.completions = [ [buffer.URL, 'Current URL'] ]; + context.fork('URL', 0, context, completion.url); } }, true |