aboutsummaryrefslogtreecommitdiffstats
path: root/unicode.js
diff options
context:
space:
mode:
Diffstat (limited to 'unicode.js')
-rw-r--r--unicode.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode.js b/unicode.js
index 1f2a038..0ebb35f 100644
--- a/unicode.js
+++ b/unicode.js
@@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
// PLUGIN_INFO {{{
-let PLUGIN_INFO =
+let PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>{NAME}</name>
<description>Copy the escaped-unicode text to the clipboard.</description>
@@ -50,7 +50,7 @@ let PLUGIN_INFO =
:uc <MULTIBYTE_TEXT>
:uc! <ESCAPED_UNICODE_TEXT>
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
// }}}
(function () {