Looks like CS always capitalizes the first word of an output line. How can I output a variable in its raw content without being capitalized?
For example,
:do $v=park $v
will always get
Park
‘$v and ^”$v” and ^pos() all won’t help.
Many thanks.