plugin-lua icon indicating copy to clipboard operation
plugin-lua copied to clipboard

Line comments cause blank newlines to be removed on the next line

Open SpiralP opened this issue 7 years ago • 0 comments

input

call() -- line comment

call()

output

call() -- line comment
call()

expected output

call() -- line comment

call()

SpiralP avatar Jul 31 '18 06:07 SpiralP