send2terminal icon indicating copy to clipboard operation
send2terminal copied to clipboard

Inconstistent behavior when pushing to cmder

Open holgerbrandl opened this issue 5 years ago • 1 comments

foo = print("hello") works

print("hello") fails because it unquotes the strings with \"

It's unclear why this happens. Is it plugin logic or some escaping rule in cmder?

holgerbrandl avatar Apr 30 '19 10:04 holgerbrandl

Same with devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.51/R/core_commons.R") which works with a leading space character, but escapes the double quote else.

holgerbrandl avatar Apr 30 '19 10:04 holgerbrandl