From a51e9093f269f788253fc3cf76a23f5936d155cc Mon Sep 17 00:00:00 2001
From: anekos
Date: Fri, 16 Jul 2010 08:48:21 +0000
Subject: 説明をフィルタリング対象に
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37944 d0d07461-0603-4401-acd4-de1884942a52
---
readcatlater.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'readcatlater.js')
diff --git a/readcatlater.js b/readcatlater.js
index 065ab1b..90c6702 100644
--- a/readcatlater.js
+++ b/readcatlater.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
Read Cat Later
Read it later
後で読む
- 1.1.1
+ 1.1.2
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -247,6 +247,7 @@ let PLUGIN_INFO =
function completer (context, arg) {
context.title = ['URL', 'Title'];
+ context.filters = [CompletionContext.Filter.textDescription];
context.completions = RCL_Bookmarks(context.filter).
filter(function (it) it.id).
map(function (it) [it.URI, bookmarks.getItemTitle(it.id)]);
--
cgit v1.2.3