Update documentation

This commit is contained in:
wishfort36 2018-08-11 18:18:39 +02:00
parent 961fa07fb0
commit b085a8a7de

View File

@ -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.