From 63b336243fdf5e60058472fa456ed11e75280189 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 21 Jan 2004 13:53:28 +0000 Subject: 19387: add (-.) glob qualifier to globs where only files are directly applicable --- Completion/Unix/Command/_antiword | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_antiword') diff --git a/Completion/Unix/Command/_antiword b/Completion/Unix/Command/_antiword index 2f99593e4..0fc4c80b8 100644 --- a/Completion/Unix/Command/_antiword +++ b/Completion/Unix/Command/_antiword @@ -11,6 +11,6 @@ _arguments -s -S \ '(-t -w)-L[use landscape mode (PostScript only)]' \ '-s[show hidden (by Word) text]' \ '(* -)-h[give a help message]' \ - '*:MS Word file:_files -g \*.doc' && return + '*:MS Word file:_files -g "*.doc(-.)"' && return return 1 -- cgit 1.4.1