Multi-execute

Description
Add the command which execute some ex-commands.複数のexコマンドを実行するコマンドを追加
Latest version
1.0.1
Author
anekos
License
new BSD License (Please read the source code comments of this plugin)修正BSDライセンス (ソースコードのコメントを参照してください)

for 2.2
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.2/multi-exec.js
for 2.1
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.1/multi-exec.js
for 2.0
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.0/multi-exec.js
for 1.2
not supported
for Nightly
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/multi-exec.js

Description

Execute the some ex-commands which has been separated by the specified separator.

Commands

:mx [<SEPARATOR>] <EX-COMMAND-WITH-ARGS>...
The default value of <SEPARATOR> is "|"
e.g.
:mx echo 1 | echo 2
:mx ; echo 1 ; echo 2

Description

指定のセパレータによって分割された複数のexコマンドを実行します。
auto_source.js などで便利かもしれません。

Commands

:mx [<SEPARATOR>] <EX-COMMAND-WITH-ARGS>...
<SEPARATOR> のデフォルトは "|" です。

:mx echo 1 | echo 2
:mx ; echo 1 ; echo 2
back to index