summaryrefslogtreecommitdiff
path: root/completions/aclocal
diff options
context:
space:
mode:
Diffstat (limited to 'completions/aclocal')
-rw-r--r--completions/aclocal14
1 files changed, 7 insertions, 7 deletions
diff --git a/completions/aclocal b/completions/aclocal
index 2bbc3152..7a3d6467 100644
--- a/completions/aclocal
+++ b/completions/aclocal
@@ -7,29 +7,29 @@ _aclocal()
case "$prev" in
--help|--print-ac-dir|--version)
- return 0
+ return
;;
--acdir|-I)
_filedir -d
- return 0
+ return
;;
--output)
_filedir
- return 0
+ return
;;
--warnings|-W)
local cats=( syntax unsupported )
COMPREPLY=( $( compgen -W \
'${cats[@]} ${cats[@]/#/no-} all none error' -- "$cur" ) )
- return 0
+ return
;;
esac
- $split && return 0
+ $split && return
COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
[[ $COMPREPLY == *= ]] && compopt -o nospace
} &&
-complete -F _aclocal aclocal aclocal-1.11
+complete -F _aclocal aclocal aclocal-1.1{0..5}
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh