last commits fix now also applied in the 'else' clause

This commit is contained in:
Andreas Raster
2011-06-21 23:17:03 +02:00
parent 8e2db29c9a
commit b2887477e3

View File

@@ -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