aboutsummaryrefslogtreecommitdiffstats
path: root/bitly.js
diff options
context:
space:
mode:
authoranekos2010-05-04 03:42:54 +0000
committeranekos2010-05-04 03:42:54 +0000
commit26a71dbf20c009d5fa3e20aa44cea8c0b9064653 (patch)
treea1fe1291a99ba8c9b4bfc84663cecc6a80ced43a /bitly.js
parentc8cf4f015df2f70c6fa31fa2ec04786670b4bc5a (diff)
downloadvimperator-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.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitly.js b/bitly.js
index d39af89..a648013 100644
--- a/bitly.js
+++ b/bitly.js
@@ -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