Skip to content

Commit 866f975

Browse files
committed
Dropped E4X
1 parent 8cb1ca0 commit 866f975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

goo.gl.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// {{{ INFO
2-
var INFO =
2+
var INFO =xml`
33
<plugin name="goo.gl.js" version="0.2"
44
summary="google url shortener"
55
href="http://github.com/vimpr/vimperator-plugins/blob/master/goo.gl.js"
@@ -15,7 +15,7 @@ var INFO =
1515
<p>Shorten URL by used of google</p>
1616
</description>
1717
</item>
18-
</plugin>;
18+
</plugin>`;
1919
// }}}
2020

2121
commands.addUserCommand(

0 commit comments

Comments
 (0)