> +------------------ > + > +Removes all lines that end with a newline character(s) AND do not have any > other characters. > + > + Example: Suppose a file has the following lines. (#comments, and \n > newline characters added for clarity) > + > + :: > + > + Line 2\n > + Line 1\n > + \n #removed > + \n #NOT removed (contains spaces) > + Line 1\n > + Line 2\n > + > + The **Remove Unique Lines** will change the file into this:
shouldn"t this rather be "Remove Empty Lines"? --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/324/files#r49635481
