aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_complete_cd.fish
diff options
context:
space:
mode:
authorGravatar Andreas Raster <lazor@affenbande.org>2011-06-21 23:17:03 +0200
committerGravatar Andreas Raster <lazor@affenbande.org>2011-06-21 23:17:03 +0200
commitb2887477e3637d194da43fab84cd047ed4de889a (patch)
tree3760388e75d26785f359498344062a194734f305 /share/functions/__fish_complete_cd.fish
parent8e2db29c9ae167516f1be25e1d849aecc3b04c3a (diff)
last commits fix now also applied in the 'else' clause
Diffstat (limited to 'share/functions/__fish_complete_cd.fish')
-rw-r--r--share/functions/__fish_complete_cd.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_complete_cd.fish b/share/functions/__fish_complete_cd.fish
index 4d3ee7c9..78407425 100644
--- a/share/functions/__fish_complete_cd.fish
+++ b/share/functions/__fish_complete_cd.fish
@@ -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