From b687bd97509053f27a27dab2f0e0cc13fa99ba02 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 3 Apr 2000 15:27:14 +0000 Subject: Various completion fixes --- Completion/User/_gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_gdb') diff --git a/Completion/User/_gdb b/Completion/User/_gdb index 55e149bb7..a29eaf8b2 100644 --- a/Completion/User/_gdb +++ b/Completion/User/_gdb @@ -23,8 +23,8 @@ elif [[ "$PREFIX" = -* ]]; then -directory\= -cd\= -tty\= && ret=0 compadd "$expl[@]" - -help -h -s -e -c -x -d -nx -n -quiet -q \ -batch -fullname -f -b && ret=0 - (( ret )) || return 0 done + (( ret )) || return 0 fi else prev="$words[CURRENT-1]" -- cgit 1.4.1