aboutsummaryrefslogtreecommitdiffstats
path: root/edit-vimperator-files.js
diff options
context:
space:
mode:
Diffstat (limited to 'edit-vimperator-files.js')
-rw-r--r--edit-vimperator-files.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/edit-vimperator-files.js b/edit-vimperator-files.js
index 97284b8..8584d84 100644
--- a/edit-vimperator-files.js
+++ b/edit-vimperator-files.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
<name>Edit Vimperator File</name>
<description>Open vimperator files with text-editor.</description>
<description lang="ja">Vimperator 関連のファイルをエディタで開く</description>
- <version>1.1.2</version>
+ <version>1.2.0</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>
@@ -58,7 +58,7 @@ let PLUGIN_INFO =
// INFO {{{
let INFO =
<>
- <plugin name="EditVimperatorFile" version="1.1.2"
+ <plugin name="EditVimperatorFile" version="1.2.0"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/edit-vimperator-files.js"
summary="Open vimperator files with text-editor."
lang="en-US"
@@ -73,7 +73,7 @@ let INFO =
<description><p></p></description>
</item>
</plugin>
- <plugin name="EditVimperatorFile" version="1.1.2"
+ <plugin name="EditVimperatorFile" version="1.2.0"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/edit-vimperator-files.js"
summary="Vimperator 関連のファイルをエディタで開く"
lang="ja"
@@ -107,7 +107,7 @@ let INFO =
let dirs = toArray(liberator.globalVariables.plugin_loader_roots || []).map(function (path) io.File(path).path);
// XXX dont remove first space
- ' plugin colors styles style'.split(/\s/).forEach(
+ ' plugin colors styles style script'.split(/\s/).forEach(
function (name) (dirs = dirs.concat(io.getRuntimeDirectories(name).map(function (file) file.path)))
);