We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With cmd any info('') call results in echo which in cmd shows the status of the echo. To print an empty line echo. is needed instead.
cmd
info('')
echo
echo.
Reported by @instinct-vfx, introduced at: b277d26#diff-b1aa7ab463cecaa539089580fe418dc2R164
The text was updated successfully, but these errors were encountered:
Fixed by #793
Sorry, something went wrong.
9dcb402
Fixes #792
6c4b1c4
bfloch
No branches or pull requests
With
cmd
anyinfo('')
call results inecho
which incmd
shows the status of the echo.To print an empty line
echo.
is needed instead.Reported by @instinct-vfx, introduced at:
b277d26#diff-b1aa7ab463cecaa539089580fe418dc2R164
The text was updated successfully, but these errors were encountered: