Autocompletion does not escape whitespace #159

Open
opened 2020-12-08 18:37:03 +01:00 by FWDekker · 0 comments
Owner

Type

$> mkdir a\ b\ c
$> cd a\ b

and then press tab. The input is then completed to

$> cd a b c

which is incorrect.

Type ``` $> mkdir a\ b\ c $> cd a\ b ``` and then press tab. The input is then completed to ``` $> cd a b c ``` which is incorrect.
FWDekker added the
bug
label 2020-12-08 18:37:03 +01:00
FWDekker self-assigned this 2020-12-08 18:37:03 +01:00
Sign in to join this conversation.
No description provided.