From f529d54f43bdf277be157b5638d89f81cb93a2ee Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sun, 29 Aug 2021 17:00:05 +0200 Subject: 49316: add (-.) glob qualifier to globs where only files are applicable --- Completion/X/Command/_pdftk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Completion/X/Command/_pdftk') diff --git a/Completion/X/Command/_pdftk b/Completion/X/Command/_pdftk index 1ac3223f7..b26deb15f 100644 --- a/Completion/X/Command/_pdftk +++ b/Completion/X/Command/_pdftk @@ -34,13 +34,11 @@ case $words[CURRENT-1] in ;; (fill_form) - _description files expl 'FDF and XFDF file' - _files "$@" $expl -g '(#i)*.(fdf|xfdf)' + _wanted files expl 'FDF or XFDF file' _files -g '(#i)*.(fdf|xfdf)(-.)' ;; ((multibackground|background|stamp|multistamp|output)) - _description files expl 'PDF file' - _files "$@" $expl -g '(#i)*.pdf' + _pdf ;; (update_info) -- cgit 1.4.1