When uncommenting a block of lines without a space prefix, the uncommented lines with that space keep them, instead of removing them. This is similar to #77 --- Example Input: ```vim commentstring=> %s ``` ```mbox > Quote > > Multiline ``` Output (with leading spaces): ```mbox Quote Multiline ``` Expected: ```mbox Quote Multiline ```
When uncommenting a block of lines without a space prefix, the uncommented lines with that space keep them, instead of removing them.
This is similar to #77
Example Input:
Output (with leading spaces):
Expected: