From 7ed58fa17d173a4206212ef41011ff3852c4e354 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 1 Jun 2001 12:18:02 +0000 Subject: 14635: presume '*core' glob for coredump files --- Completion/Unix/Command/_gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_gdb b/Completion/Unix/Command/_gdb index f7dbb0a10..f13a897a3 100644 --- a/Completion/Unix/Command/_gdb +++ b/Completion/Unix/Command/_gdb @@ -47,7 +47,7 @@ else done if [[ $#w -gt 1 ]]; then - _alternative 'files:: _files' "processes:: _pids -m ${w[1]:t}" + _alternative "files:: _files -g '*core'" "processes:: _pids -m ${w[1]:t}" else _description files expl executable _files "$expl[@]" -g '*(-*)' -- cgit v1.2.3