mavidser / SublimeInput

Send STDIN input to programs using comments in Sublime Text 2/3
37 stars 2 forks source link

Empty lines and caret (`^`) doesn't work on Windows #19

Open user202729 opened 6 years ago

user202729 commented 6 years ago

Because on Windows CMD, echo prints ECHO is on. when it's called with no argument and ^ is escaping character, the input

aaa^^aaa

bbb

gives the program

aaa^aaa
ECHO is on.
bbb