From 099644889e24d037facccdc1fe7e13b80bcc8b09 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 7 Sep 2011 21:48:09 +0900 Subject: 現在適用済みのURLを補完候補に --- my-style.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'my-style.js') 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) { -- cgit v1.2.3