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