Document :eval and :exec -buffer * parameter

This commit is contained in:
Maxime Coste 2015-04-21 13:46:00 +01:00
parent 7824a76e1a
commit 456398601e

View File

@ -849,7 +849,8 @@ Some parameters provide a way to change the context of execution:
context with only the considered selection. This permits to avoid context with only the considered selection. This permits to avoid
cases where the selections may get merged. cases where the selections may get merged.
* `-buffer <names>`: execute in the context of each buffers in the * `-buffer <names>`: execute in the context of each buffers in the
comma separated list <names> comma separated list <names>, '*' as a name can be used to iterate
on all buffers.
* `-no-hooks`: disable hook execution while executing the keys/commands * `-no-hooks`: disable hook execution while executing the keys/commands
The execution stops when the last key/command is reached, or an error The execution stops when the last key/command is reached, or an error