aboutsummaryrefslogtreecommitdiffstats
path: root/my-style.js
diff options
context:
space:
mode:
Diffstat (limited to 'my-style.js')
-rw-r--r--my-style.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/my-style.js b/my-style.js
index 9452d1f..722e93e 100644
--- a/my-style.js
+++ b/my-style.js
@@ -189,6 +189,19 @@ EOM
context.compare = null;
context.completions = cs;
+
+ context.fork(
+ 'CURRENT',
+ 0,
+ context,
+ function (context, args) {
+ context.title = ['Style set URL'];
+ context.completions = [
+ [url, css]
+ for ([url, css] in Iterator(Currents))
+ ];
+ }
+ );
}
function styleCompleter (context, args) {