Added in 1.9.0

$&

Can be used to wrap a long line into multiple lines in a script.

Example

alias longline {
 echo -ag This is an example of a long $&
 line that has been split into multiple lines $&
 to make it easier to edit
}