diff options
author | anekos | 2013-04-06 18:18:33 +0900 |
---|---|---|
committer | anekos | 2013-04-06 18:18:33 +0900 |
commit | 862198772d1b50822d888bae4d13d3ee8aa69740 (patch) | |
tree | 889e25a74d4a88d7e77a5a23de0e40e41e448e8c /umihara.js | |
parent | d26934599d3df506f21e1ead94483d4e351b703c (diff) | |
download | vimperator-plugins-862198772d1b50822d888bae4d13d3ee8aa69740.tar.bz2 |
ミョクス
Diffstat (limited to 'umihara.js')
-rw-r--r-- | umihara.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |