aboutsummaryrefslogtreecommitdiffstats
path: root/bitly.js
diff options
context:
space:
mode:
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