aboutsummaryrefslogtreecommitdiffstats
path: root/auto-focus-frame.js
diff options
context:
space:
mode:
Diffstat (limited to 'auto-focus-frame.js')
-rw-r--r--auto-focus-frame.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto-focus-frame.js b/auto-focus-frame.js
index 25f3445..18349b1 100644
--- a/auto-focus-frame.js
+++ b/auto-focus-frame.js
@@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
// PLUGIN_INFO {{{
-let PLUGIN_INFO =
+let PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>Auto focus frame</name>
<description>Automatically focus to largest frame.</description>
@@ -54,7 +54,7 @@ let PLUGIN_INFO =
インストールするだけ
一番面積の大きいフレームをフォーカスします
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
// }}}
(function () {