Update documentation
This commit is contained in:
parent
961fa07fb0
commit
b085a8a7de
@ -910,7 +910,7 @@ The tab index to reload.
|
||||
|
||||
[[repeat]]
|
||||
=== repeat
|
||||
Syntax: +:repeat 'times' 'command'+
|
||||
Syntax: +:repeat [*--mulcount*] 'times' 'command'+
|
||||
|
||||
Repeat a given command.
|
||||
|
||||
@ -918,6 +918,9 @@ Repeat a given command.
|
||||
* +'times'+: How many times to repeat.
|
||||
* +'command'+: The command to run, with optional args.
|
||||
|
||||
==== optional arguments
|
||||
* +*-c*+, +*--mulcount*+: When given, 'times' will be multiplied with [count].
|
||||
|
||||
==== note
|
||||
* This command does not split arguments after the last argument and handles quotes literally.
|
||||
* With this command, +;;+ is interpreted literally instead of splitting off a second command.
|
||||
|
Loading…
Reference in New Issue
Block a user