blob: 4995a8ead2f72a661bcec6e2269719979a15fb3b (
plain)
1
2
3
4
5
6
|
add-continue-command
--------------------
* A new :command:`continue` command was added that can be called inside loop
contexts to end the current iteration and start the next one at the top of
the loop block.
|