aboutsummaryrefslogtreecommitdiffstats
path: root/multi-exec.js
diff options
context:
space:
mode:
authoranekos2009-03-04 08:41:53 +0000
committeranekos2009-03-04 08:41:53 +0000
commit1ef8410cd9a1324589218df92780fd93c80cffdd (patch)
tree3331dbeb1bc0a23d2dc1a2f343888ad706c68732 /multi-exec.js
parent7c50ffe6f37cfab1042abb02edf477d3dbfc9c5c (diff)
downloadvimperator-plugins-1ef8410cd9a1324589218df92780fd93c80cffdd.tar.bz2
コマンド例修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30814 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'multi-exec.js')
-rw-r--r--multi-exec.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/multi-exec.js b/multi-exec.js
index 48316fa..c3cbba0 100644
--- a/multi-exec.js
+++ b/multi-exec.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
<name>Multi-execute</name>
<description>Execute some ex-commands.</description>
<description lang="ja">複数のexコマンドを実行します。</description>
- <version>1.0.0</version>
+ <version>1.0.1</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>
@@ -49,7 +49,7 @@ let PLUGIN_INFO =
== Description ==
Execute the some ex-commands which has been separated by the specified separator.
== Commands ==
- :mx [<SEPARATOR>]<EX-COMMAND-WITH-ARGS>...:
+ :mx [<SEPARATOR>] <EX-COMMAND-WITH-ARGS>...:
The default value of <SEPARATOR> is "|"
e.g.
>||
@@ -62,7 +62,7 @@ let PLUGIN_INFO =
指定のセパレータによって分割された複数のexコマンドを実行します。
auto_source.js などで便利かもしれません。
== Commands ==
- :mx [<SEPARATOR>]<EX-COMMAND-WITH-ARGS>...:
+ :mx [<SEPARATOR>] <EX-COMMAND-WITH-ARGS>...:
<SEPARATOR> のデフォルトは "|" です。
>||