The
RemoveEmptyLines command removes empty lines from the selected text.
Note that:
{RemoveEmptyLines}
is equivalent to:
{CopySelection}
{RemoveEmptyLinesClipboard}
{Paste}
Example
In the following expansion:
{Ctrl A}
{RemoveEmptyLines}
- {Ctrl A} selects all the text,
- and then {RemoveEmptyLines} removes empty lines from the selection.