From 41fc3bcb748efc20e36160f5c361882c854f4baf Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 11 Feb 2013 14:42:23 -0800 Subject: [PATCH] Remove some debugging code inadverently left in __fish_complete_cd.fish --- share/functions/__fish_complete_cd.fish | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/functions/__fish_complete_cd.fish b/share/functions/__fish_complete_cd.fish index 9ca3e93b5..736ff83c5 100644 --- a/share/functions/__fish_complete_cd.fish +++ b/share/functions/__fish_complete_cd.fish @@ -1,8 +1,3 @@ -function __fish_complete_cd -d "Completions for the cd command" - false -end - - function __fish_complete_cd -d "Completions for the cd command" # # We can't simply use __fish_complete_directories because of the CDPATH @@ -52,4 +47,3 @@ function __fish_complete_cd -d "Completions for the cd command" builtin cd $wd end -