aboutsummaryrefslogtreecommitdiffstats
path: root/auto-wildoptions.js
diff options
context:
space:
mode:
Diffstat (limited to 'auto-wildoptions.js')
-rw-r--r--auto-wildoptions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto-wildoptions.js b/auto-wildoptions.js
index 96dbab1..0e92936 100644
--- a/auto-wildoptions.js
+++ b/auto-wildoptions.js
@@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
// PLUGIN_INFO {{{
-let PLUGIN_INFO =
+let PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>Auto wildoptions</name>
<description>Automatically toggle wildoptions=auto</description>
@@ -51,7 +51,7 @@ let PLUGIN_INFO =
<detail lang="ja"><![CDATA[
----
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
// }}}
(function () {