From 4105dba3df84af3ab06bab6f1733e1e9c705c76d Mon Sep 17 00:00:00 2001
From: anekos
Date: Fri, 19 Mar 2010 07:45:03 +0000
Subject: URL編集してもげれるように補完追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37055 d0d07461-0603-4401-acd4-de1884942a52
---
bitly.js | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
(limited to 'bitly.js')
diff --git a/bitly.js b/bitly.js
index 01f40ab..a6a59a0 100644
--- a/bitly.js
+++ b/bitly.js
@@ -44,7 +44,7 @@ let PLUGIN_INFO =
修正BSDライセンス (ソースコードのコメントを参照してください)
http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/bitly.js
2.0pre
- 2.0pre
+ 2.3
]
@@ -81,7 +81,12 @@ let PLUGIN_INFO =
});
},
{
- literal: 0
+ literal: 0,
+ completer: function (context) {
+ context.completions = [
+ [buffer.URL, 'Current URL']
+ ];
+ }
},
true
);
--
cgit v1.2.3