aboutsummaryrefslogtreecommitdiffstats
path: root/umihara.js
diff options
context:
space:
mode:
authoranekos2013-04-06 18:18:33 +0900
committeranekos2013-04-06 18:18:33 +0900
commit862198772d1b50822d888bae4d13d3ee8aa69740 (patch)
tree889e25a74d4a88d7e77a5a23de0e40e41e448e8c /umihara.js
parentd26934599d3df506f21e1ead94483d4e351b703c (diff)
downloadvimperator-plugins-862198772d1b50822d888bae4d13d3ee8aa69740.tar.bz2
ミョクス
Diffstat (limited to 'umihara.js')
-rw-r--r--umihara.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/umihara.js b/umihara.js
index 4875e82..075fa90 100644
--- a/umihara.js
+++ b/umihara.js
@@ -137,7 +137,7 @@ let PLUGIN_INFO = xml`
];
function echo (msg) {
- liberator.echo(<pre>{msg}</pre>);
+ liberator.echo(xml`<pre>${msg}</pre>`);
}
function kawase (value, clipboard, from, to) {