aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-03-31 11:29:46 +0000
committeranekos2010-03-31 11:29:46 +0000
commitc17e4add9717c3e50a586582754d63494e0a5a7c (patch)
treea4f167874493c3d190c3523b85861c14faf60135
parent9877d948b5d7a41364561bca78cea89a5ad5a5d0 (diff)
downloadvimperator-plugins-c17e4add9717c3e50a586582754d63494e0a5a7c.tar.bz2
mkplugins mkaddons コマンド削除
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37128 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-xreporter.js16
1 files changed, 1 insertions, 15 deletions
diff --git a/reporter.js b/reporter.js
index 5ddae9a..30927ad 100755
--- a/reporter.js
+++ b/reporter.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
<name>mkreport</name>
<description>Write current information to the specified file</description>
<description lang="ja">現在の情報を指定のファイルに書き出す。</description>
- <version>1.0.0</version>
+ <version>1.1.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>
@@ -255,20 +255,6 @@ let PLUGIN_INFO =
});
defineCommand({
- names: ['mkplugins'],
- desc: 'Write current plugin list to the specified file',
- options: [LIMIT_OPTION],
- action: Writer.plugins
- });
-
- defineCommand({
- names: ['mkaddons'],
- desc: 'Write current ' + config.hostApplication + ' Addon list to the specified file',
- options: [LIMIT_OPTION],
- action: Writer.addons
- });
-
- defineCommand({
names: ['mkreport'],
desc: 'Write the report for your question.',
options: [