From a0fcd0272a408236d4abd617ff81d069eaa9a079 Mon Sep 17 00:00:00 2001
From: anekos
Date: Thu, 16 Dec 2010 23:00:37 +0900
Subject: Follow Fx4(Vimp3.0)
---
edit-vimperator-files.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'edit-vimperator-files.js')
diff --git a/edit-vimperator-files.js b/edit-vimperator-files.js
index 8584d84..b57fae6 100644
--- a/edit-vimperator-files.js
+++ b/edit-vimperator-files.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
Edit Vimperator File
Open vimperator files with text-editor.
Vimperator 関連のファイルをエディタで開く
- 1.2.0
+ 1.2.1
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -58,7 +58,7 @@ let PLUGIN_INFO =
// INFO {{{
let INFO =
<>
-
- = 1, "No editor specified");
args.push(path);
- liberator.callFunctionInThread(null, io.run, io.expandPath(args.shift()), args, false);
+ io.run(io.expandPath(args.shift()), args);
}
let dirs = toArray(liberator.globalVariables.plugin_loader_roots || []).map(function (path) io.File(path).path);
--
cgit v1.2.3