aboutsummaryrefslogtreecommitdiffstats
path: root/tabsort.js
diff options
context:
space:
mode:
Diffstat (limited to 'tabsort.js')
-rw-r--r--tabsort.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tabsort.js b/tabsort.js
index 40023e5..4dc0a9c 100644
--- a/tabsort.js
+++ b/tabsort.js
@@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
// PLUGIN_INFO {{{
-let PLUGIN_INFO =
+let PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>tabsort</name>
<description>Add ":tabsort" and ":tabuniq" command.</description>
@@ -59,7 +59,7 @@ let PLUGIN_INFO =
||<
なんかを .vimperatorrc に書いておくと良いよ。
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
// }}}
(function () {