aboutsummaryrefslogtreecommitdiffstats
path: root/localkeymode.js
diff options
context:
space:
mode:
Diffstat (limited to 'localkeymode.js')
-rw-r--r--localkeymode.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/localkeymode.js b/localkeymode.js
index ff46394..639c047 100644
--- a/localkeymode.js
+++ b/localkeymode.js
@@ -1,4 +1,4 @@
-var PLUGIN_INFO =
+var PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>localkeymode</name>
<description>assign temporary keymap</description>
@@ -52,7 +52,7 @@ var PLUGIN_INFO =
extra:
noremap, count 等の指定。addUserMap にて使用されます。
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
liberator.plugins.LocalKeyMode = (function() {