From 54e509b4f8a481a8bdd7cde2f707d3164a7e0a1a Mon Sep 17 00:00:00 2001
From: Jagua
Date: Thu, 4 Apr 2013 00:27:07 +0900
Subject: Dropped E4X for Vimperator 3.6+
---
x-hint.js | 30 ++----------------------------
1 file changed, 2 insertions(+), 28 deletions(-)
(limited to 'x-hint.js')
diff --git a/x-hint.js b/x-hint.js
index d9d3cc6..bd11eb3 100644
--- a/x-hint.js
+++ b/x-hint.js
@@ -32,33 +32,8 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
-// PLUGIN_INFO {{{
-let PLUGIN_INFO =
-
- X-Hint
- X-Hint
- Show the hints with given XPath.
- 指定のXPathでヒントを表示する。
- 1.1.2
- anekos
- new BSD License (Please read the source code comments of this plugin)
- 修正BSDライセンス (ソースコードのコメントを参照してください)
- https://github.com/vimpr/vimperator-plugins/raw/master/x-hint.js
- 2.3
- 2.3
- :
- Show the hints with
- ]]>
- :
- で ヒントを表示
- ]]>
-;
-// }}}
// INFO {{{
-let INFO =
-<>
+let INFO = xml`
-
->;
+ `;
// }}}
--
cgit v1.2.3