-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Milestone
Description
$ mkdir -p a\'b/{a,b}
$ cd a\'[TAB] # Error
$ cd a\'b/[TAB] # Error
$ cd a\'b/a[TAB] # Error
$ cd a\'b/a/[TAB] # ErrorThe error in all cases is:
- (line 1): begin; printf "%s\n" a'*/
;end <&3 3<&-
^
from sourcing file -
called on line 60 of file /usr/local/share/fish/functions/eval.fish
in function 'eval'
called on line 45 of file /usr/local/share/fish/functions/__fish_complete_cd.fish
in function '__fish_complete_cd'
called on standard input
in command substitution
called on standard input
source: Error while reading file '-'
where a'*/ (the printf argument) changes according to the argument passed to cd.
Other commands (e.g. mkdir) work fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels