aboutsummaryrefslogtreecommitdiffstats
path: root/hash.js
diff options
context:
space:
mode:
Diffstat (limited to 'hash.js')
-rw-r--r--hash.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/hash.js b/hash.js
index 772c3a1..7589cbc 100644
--- a/hash.js
+++ b/hash.js
@@ -1,5 +1,5 @@
// PLUGIN_INFO//{{{
-var PLUGIN_INFO =
+var PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>{NAME}</name>
<description>hash of file</description>
@@ -15,7 +15,7 @@ hash:
:hash md2|md5|sha1|sha256|sha384|sha512 file-path
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
//}}}
(function() {