You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something to consider should extended commands after remove print the line? term.echo("[[ foo ]]").
Maybe just fix less plugin (that was used when founding this issue) to use:
str.replace(/^$/gm, ' ') to don't have blank lines, or maybe make it work in this way if string is empty don't print anything but if not print every line.
jcubic
changed the title
Echo empty string should print blank line
Issue with echo blank lines
Jul 19, 2018
There is inconsistency:
prints 2 blank lines, the same as this:
but:
prints nothing
The text was updated successfully, but these errors were encountered: