mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
last commits fix now also applied in the 'else' clause
This commit is contained in:
@@ -33,7 +33,7 @@ function __fish_complete_cd -d "Completions for the cd command"
|
||||
builtin cd $wd
|
||||
eval builtin cd $i
|
||||
|
||||
eval printf '"%s\tDirectory in "'$i'"\n"' (commandline -ct)\*/
|
||||
eval printf '"%s\tDirectory in "'$i'"\n"' '(commandline -ct)'\*/
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user