aboutsummaryrefslogtreecommitdiffstats
path: root/literal-bmark.js
diff options
context:
space:
mode:
Diffstat (limited to 'literal-bmark.js')
-rw-r--r--literal-bmark.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/literal-bmark.js b/literal-bmark.js
index ac2f0a1..ff0d08b 100644
--- a/literal-bmark.js
+++ b/literal-bmark.js
@@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
// PLUGIN_INFO {{{
-let PLUGIN_INFO =
+let PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>literal bmark</name>
<description>:bmark command that can included characters such as '"' in the URL.</description>
@@ -58,7 +58,7 @@ let PLUGIN_INFO =
引数は :bmark コマンドと同じですが、URL に '"' などの文字を含めることが出来ます。
ただし、-title などのオプションは URL に先行する必要があります。
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
// }}}
(function () {