diff options
author | mitsugu oyama | 2012-12-28 10:46:07 +0900 |
---|---|---|
committer | mitsugu oyama | 2013-01-12 21:58:04 +0900 |
commit | 8cb1ca048d4dfe14e9ff37ae0f585796886fdbd2 (patch) | |
tree | b6d3266dca37e010658e739a7e354f0902807b82 | |
parent | d78f56d25f152d99bb037b4ba2b0a3a3980a4fc2 (diff) | |
download | vimperator-plugins-8cb1ca048d4dfe14e9ff37ae0f585796886fdbd2.tar.bz2 |
Dropped E4X
-rw-r--r-- | gmap.js | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ -// INFO // -var INFO = +// {{{ INFO +var INFO =xml` <plugin name="gmap.js" version="0.1" summary="Get google maps URL of current machine location." href="http://github.com/vimpr/vimperator-plugins/blob/master/gmap.js" @@ -24,7 +24,8 @@ var INFO = </dl> </description> </item> -</plugin>; +</plugin>`; +// }}} (function(){ commands.addUserCommand( |