aboutsummaryrefslogtreecommitdiffstats
path: root/history-search-backward.js
diff options
context:
space:
mode:
Diffstat (limited to 'history-search-backward.js')
-rw-r--r--history-search-backward.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/history-search-backward.js b/history-search-backward.js
index c5bfe0d..45f796f 100644
--- a/history-search-backward.js
+++ b/history-search-backward.js
@@ -1,4 +1,4 @@
-var PLUGIN_INFO =
+var PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>{NAME}</name>
<description>History search backward like UNIX shell.</description>
@@ -16,7 +16,7 @@ liberator.globalVariables.history_search_backward_map = ['<C-r>'];
||<
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
(function() {
let p = function(msg) {