diff options
author | trapezoid | 2009-05-07 17:03:21 +0000 |
---|---|---|
committer | trapezoid | 2009-05-07 17:03:21 +0000 |
commit | 7675827f07779620ef68f39c1e424b60d9d4cfca (patch) | |
tree | 4a2ec05604621130d791bddbddd5d209a24577c2 /ldrize_cooperation.js | |
parent | 505e175d72afc1a229492731c672c836f1f9c3c0 (diff) | |
download | vimperator-plugins-7675827f07779620ef68f39c1e424b60d9d4cfca.tar.bz2 |
fix :source bug
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@33154 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'ldrize_cooperation.js')
-rw-r--r-- | ldrize_cooperation.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ldrize_cooperation.js b/ldrize_cooperation.js index a89d66a..70d165c 100644 --- a/ldrize_cooperation.js +++ b/ldrize_cooperation.js @@ -1,6 +1,6 @@ // Vimperator plugin: 'Cooperation LDRize Mappings'
// Version: 0.24
-// Last Change: 26-Dec-2008. Jan 2008
+// Last Change: 08-May-2009. Jan 2008
// License: Creative Commons
// Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid
//
@@ -61,8 +61,7 @@ // 'noldrchints'
// Disable "Narrows Hinttags based on Siteinfo"
// usage: :set noldrchints
-
-(function(){
+if (liberator.plugins.LDRizeCooperation == undefined) (function(){
//pattern: wildcard
//include: [regexp,option] or regexp
//handler: [programPath,[args]] or programPath or function(url,title)
|