From 62d0f8ce9e904fc70e12afeade1c5cb53eb29904 Mon Sep 17 00:00:00 2001
From: teramako
Date: Wed, 19 Aug 2009 12:49:13 +0000
Subject: ごめん、あやまったものでcommitしてしまった
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34916 d0d07461-0603-4401-acd4-de1884942a52
---
copy.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'copy.js')
diff --git a/copy.js b/copy.js
index 7cbc906..1a99511 100644
--- a/copy.js
+++ b/copy.js
@@ -8,7 +8,7 @@ var PLUGIN_INFO =
http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/copy.js
teramako
MPL 1.1/GPL 2.0/LGPL 2.1
-0.7.1
+0.7.3
/g function(all, close, tag, attr){
+ return "<" + close + tag.toLowerCase() + attr + ">";
+ });
},
get CLIP () {
return util.readFromClipboard();
--
cgit v1.2.3