diff options
Diffstat (limited to 'hints-yank-paste.js')
-rw-r--r-- | hints-yank-paste.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints-yank-paste.js b/hints-yank-paste.js index 4cd5964..78231c8 100644 --- a/hints-yank-paste.js +++ b/hints-yank-paste.js @@ -1,4 +1,4 @@ -var PLUGIN_INFO = +var PLUGIN_INFO = xml` <VimperatorPlugin> <name>{NAME}</name> <description>Adds "Yank element's text/html/attrs" or "Paste to element" hint mode</description> @@ -38,7 +38,7 @@ set hintpastetags='//xpath|//xpath2'; Paste(replace) to input/textarea. ]]></detail> -</VimperatorPlugin>; +</VimperatorPlugin>`; (function() { var p = function(msg) { |