From 9b2ab24ea5525328367c7dd857f840f3c8b6a36a Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 12 Mar 2011 01:04:00 +0000 Subject: Greg Klanderman: 28887: fix quoting in defs array --- ChangeLog | 7 ++++++- Completion/Zsh/Type/_command_names | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 244b58e54..394154a0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ * 28889: Src/subst.c, Test/D04parameter.ztst: ${##} should return the length of $#. +2011-03-11 Barton E. Schaefer + + * Greg Klanderman: 28887: Completion/Zsh/Type/_command_names: + fix quoting in defs array. + 2011-03-11 Peter Stephenson * unposted: Completion/Zsh/Context/_dynamic_directory_name: @@ -14332,5 +14337,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5221 $ +* $Revision: 1.5222 $ ***************************************************** diff --git a/Completion/Zsh/Type/_command_names b/Completion/Zsh/Type/_command_names index 1f2af5700..24933c234 100644 --- a/Completion/Zsh/Type/_command_names +++ b/Completion/Zsh/Type/_command_names @@ -28,7 +28,7 @@ else defs=( "$defs[@]" 'builtins:builtin command:compadd -k builtins' - "functions:shell function:compadd -k functions$ffilt" + "functions:shell function:compadd -k 'functions$ffilt'" 'aliases:alias:compadd -k aliases' 'suffix-aliases:suffix alias:_suffix_alias_files' 'reserved-words:reserved word:compadd -k reswords' -- cgit 1.4.1