Closed pesterhazy closed 6 years ago
If I paste () into the prompt and press enter:
()
user=> () user=> () user=>
The second user=> prompt shouldn't be there.
user=>
However if I type the same string, (), manually, it works:
user=> () () user=>
With parfix I guess
@cgrand actually no - it works correctly with parfix enabled, incorrectly with parfix disabled
hah! with colors it makes sense
If I paste
()
into the prompt and press enter:The second
user=>
prompt shouldn't be there.However if I type the same string,
()
, manually, it works: