From b2887477e3637d194da43fab84cd047ed4de889a Mon Sep 17 00:00:00 2001 From: Andreas Raster Date: Tue, 21 Jun 2011 23:17:03 +0200 Subject: [PATCH] last commits fix now also applied in the 'else' clause --- share/functions/__fish_complete_cd.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_complete_cd.fish b/share/functions/__fish_complete_cd.fish index 4d3ee7c99..784074254 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