From a22c37d2d3ec22a05f15cbe10146da044269818f Mon Sep 17 00:00:00 2001
From: anekos
Date: Mon, 31 May 2010 08:55:21 +0000
Subject: 2.3-2.4対応
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37770 d0d07461-0603-4401-acd4-de1884942a52
---
pluginManager.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
mode change 100644 => 100755 pluginManager.js
(limited to 'pluginManager.js')
diff --git a/pluginManager.js b/pluginManager.js
old mode 100644
new mode 100755
index c50bb16..a48e933
--- a/pluginManager.js
+++ b/pluginManager.js
@@ -4,9 +4,9 @@ var PLUGIN_INFO =
Manage Vimperator Plugins
Vimpeatorプラグインの管理
teramako
-0.6.5
-2.3pre
-2.3
+0.6.6
+2.3
+2.4
http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/pluginManager.js
source is null.';
try {
- io.writeFile(file, source);
+ file.write(source);
} catch (e){
liberator.log('Could not write to ' + file.path + ': ' + e.message);
return 'E190: Cannot open ' + file.path.quote() + ' for writing';
--
cgit v1.2.3