diff options
Diffstat (limited to 'atodeyomu.js')
-rw-r--r-- | atodeyomu.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atodeyomu.js b/atodeyomu.js index 012ebda..7cb5480 100644 --- a/atodeyomu.js +++ b/atodeyomu.js @@ -1,5 +1,5 @@ // PLUGIN_INFO//{{{ -var PLUGIN_INFO = +var PLUGIN_INFO = xml` <VimperatorPlugin> <name>{NAME}</name> <description>atodeyomu</description> @@ -11,7 +11,7 @@ var PLUGIN_INFO = <license>public domain</license> <detail><![CDATA[ ]]></detail> -</VimperatorPlugin>; +</VimperatorPlugin>`; //}}} (function(){ |