diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-06 17:23:04 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-12-06 17:23:04 +0000 |
| commit | 8d00aca697066a70c38aa04eba19726cd8b2f3a7 (patch) | |
| tree | e9e40bb6eb491f68f3e9d887c9d6dbfa968f3338 /ChangeLog | |
| parent | Mikael: 28487: fix docs to refer to current directory (diff) | |
| download | zsh-8d00aca697066a70c38aa04eba19726cd8b2f3a7.tar zsh-8d00aca697066a70c38aa04eba19726cd8b2f3a7.tar.gz zsh-8d00aca697066a70c38aa04eba19726cd8b2f3a7.tar.bz2 zsh-8d00aca697066a70c38aa04eba19726cd8b2f3a7.tar.lz zsh-8d00aca697066a70c38aa04eba19726cd8b2f3a7.tar.xz zsh-8d00aca697066a70c38aa04eba19726cd8b2f3a7.tar.zst zsh-8d00aca697066a70c38aa04eba19726cd8b2f3a7.zip | |
users/15621: compdef -p/-P <pat>=<service>
users/15622: use service with _pick_variant
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,15 @@ 2010-12-06 Peter Stephenson <pws@csr.com> + * users/15622: Completion/Base/Utility/_pick_variant: use + $service rather than $words[1] to pick the service. Although + there may be cases where this doesn't work, this provides + transparent behaviour for simple uses along the lines of + "compdef <_func> <cmd>=<service>" + + * users/15621: Completion/compinit, + Completion/Base/Core/dispatch: fix setting service for compef + -p/-P. + * Mikael: 28487: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo, Doc/Zsh/options.yo, Doc/Zsh/prompt.yo: fix docs to refer to current directory rather than $PWD. @@ -13910,5 +13920,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5143 $ +* $Revision: 1.5144 $ ***************************************************** |
