aboutsummaryrefslogtreecommitdiffstats
path: root/xpath_hint.js
diff options
context:
space:
mode:
authorhogelog2009-02-02 17:05:53 +0000
committerhogelog2009-02-02 17:05:53 +0000
commit0ec20a39d86a16df1ea3c3eb4a8a5254a2865c72 (patch)
tree80d9f24394627f527e700e686dfe1ec86763b0f1 /xpath_hint.js
parentebf29c9f68bb75fe4290e3b532186916da46e8ff (diff)
downloadvimperator-plugins-0ec20a39d86a16df1ea3c3eb4a8a5254a2865c72.tar.bz2
* fix PLUGIN_INFO.description
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29453 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'xpath_hint.js')
-rw-r--r--xpath_hint.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/xpath_hint.js b/xpath_hint.js
index febba50..e44a157 100644
--- a/xpath_hint.js
+++ b/xpath_hint.js
@@ -8,9 +8,9 @@
var PLUGIN_INFO =
<VimperatorPlugin>
<name>{NAME}</name>
- <description>UUID generator</description>
+ <description>add "get element's XPath" hint mode</description>
<author mail="konbu.komuro@gmail.com" homepage="http://d.hatena.ne.jp/hogelog/">hogelog</author>
- <version>0.1.0</version>
+ <version>0.1.1</version>
<minVersion>2.0pre</minVersion>
<maxVersion>2.0pre</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/xpath_hint.js</updateURL>