plugin-lua
plugin-lua copied to clipboard
Line comments cause blank newlines to be removed on the next line
input
call() -- line comment
call()
output
call() -- line comment
call()
expected output
call() -- line comment
call()