From 71038e31db8076ff2229a5b4629536044b2367d1 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sun, 15 Dec 2013 13:47:09 -0800 Subject: users/18219: compadd -Q for builtins, aliases, and reserved words --- Completion/Zsh/Type/_command_names | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Type/_command_names b/Completion/Zsh/Type/_command_names index 24933c234..d9fc62dfe 100644 --- a/Completion/Zsh/Type/_command_names +++ b/Completion/Zsh/Type/_command_names @@ -27,11 +27,11 @@ else [[ "$1" = - ]] && shift defs=( "$defs[@]" - 'builtins:builtin command:compadd -k builtins' + 'builtins:builtin command:compadd -Qk builtins' "functions:shell function:compadd -k 'functions$ffilt'" - 'aliases:alias:compadd -k aliases' + 'aliases:alias:compadd -Qk aliases' 'suffix-aliases:suffix alias:_suffix_alias_files' - 'reserved-words:reserved word:compadd -k reswords' + 'reserved-words:reserved word:compadd -Qk reswords' 'jobs:: _jobs -t' 'parameters:: _parameters -g "^*readonly*" -qS= -r "\n\t\- =["' ) -- cgit 1.4.1