From db24ae5afa00146ae709a44a28a65adf400f1aa8 Mon Sep 17 00:00:00 2001
From: anekos
Date: Mon, 2 Nov 2009 10:00:42 +0000
Subject: Follow HEAD (2.3pre)
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35833 d0d07461-0603-4401-acd4-de1884942a52
---
mkcolor.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'mkcolor.js')
diff --git a/mkcolor.js b/mkcolor.js
index e6cf738..40870ff 100644
--- a/mkcolor.js
+++ b/mkcolor.js
@@ -39,13 +39,13 @@ let PLUGIN_INFO =
mkcolor
Write current highlights to the specified file.
現在のHighlightを指定のファイルに書き出す。
- 1.0.1
+ 1.0.2
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
http://coderepos.org/share/export/27234/lang/javascript/vimperator-plugins/trunk/mkcolor.js
- 2.0pre
- 2.0pre
+ 2.3pre
+ 2.3pre
@@ -78,7 +78,7 @@ let PLUGIN_INFO =
'Write current highlights to the specified file',
function (args) {
let filename = args[0];
- let file = io.getFile(filename);
+ let file = io.File(filename);
if (file.exists() && !args.bang)
return liberator.echoerr(filename + ' already exists (add ! to override)');
io.writeFile(file, getcolor());
--
cgit v1.2.3