diff options
Diffstat (limited to 'Completion/Debian')
-rw-r--r-- | Completion/Debian/_apt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/_apt b/Completion/Debian/_apt index f4e35fe32..cba9ebad5 100644 --- a/Completion/Debian/_apt +++ b/Completion/Debian/_apt @@ -53,7 +53,7 @@ _apt_arguments () { comp_hasarg="{case \$current_option in ${comp_hasarg}esac}" - local short_seq false true bool bool_prefix intlevel word word1 nul qnul + local short_seq false true bool bool_prefix intlevel word word1 nul qnul match local comp_bool comp_intlevel comp_configfile comp_arbitem comp_long comp_opt local regex_short regex_long regex_all |