diff options
author | anekos | 2010-12-04 02:33:52 +0900 |
---|---|---|
committer | anekos | 2010-12-04 02:33:52 +0900 |
commit | 25bd23b10906730cc0c7674f840089327e3a909a (patch) | |
tree | 3eb668430cec7b954f9520915b0f4e166e92be49 /edit-vimperator-files.js | |
parent | 14881504aca54741a3a217da3645cd20721552f6 (diff) | |
download | vimperator-plugins-25bd23b10906730cc0c7674f840089327e3a909a.tar.bz2 |
script ディレクトリを対象に追加
Diffstat (limited to 'edit-vimperator-files.js')
-rw-r--r-- | edit-vimperator-files.js | 8 |
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))) ); |