Remove_blank_lines.bsh v1.0 by Tomek Pęszor
Submitted by Friday, 4 July, 2008 - 11:08
on
This simple macro removes blank lines from the current buffer or selection (lines with spaces or tabs also, not only \n\n).
It just uses simple RegEx: ([\t\s]+)?\n+\n?
Updated on 07/04/2008 - 11:19
Downloads: 1512