From 58ff8e64c67e6c7f4db63b753f4ca20a3584fa36 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 3 Sep 2002 20:02:50 +0000 Subject: fix minor bug - -g to _files was missing despite presence of the glob --- Completion/Unix/Command/_links | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_links') diff --git a/Completion/Unix/Command/_links b/Completion/Unix/Command/_links index ce8512fc1..68862bdf2 100644 --- a/Completion/Unix/Command/_links +++ b/Completion/Unix/Command/_links @@ -25,5 +25,5 @@ _arguments -C \ ':url:->html' && return 0 if [[ "$state" = html ]]; then - _alternative 'files:file:_files "*.html"' 'urls:url:_urls' + _alternative 'files:file:_files -g "*.x#html"' 'urls:url:_urls' fi -- cgit v1.2.3-70-g09d2