diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2013-02-22 21:58:16 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2013-02-22 21:58:16 +0000 |
commit | a45b45eeabe6325ba1c00deaccafd1ec64cdc981 (patch) | |
tree | ab856dfe4d214c0614df40f897a81f7fd816a8d5 /ChangeLog | |
parent | feb6b8b7b16aa4601d29ea44b2452beeeb91af53 (diff) | |
download | zsh-a45b45eeabe6325ba1c00deaccafd1ec64cdc981.tar.gz zsh-a45b45eeabe6325ba1c00deaccafd1ec64cdc981.tar.xz zsh-a45b45eeabe6325ba1c00deaccafd1ec64cdc981.zip |
31061: "functions" completion takes account of options already
on the command line
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index f9b7c9081..7a634d4fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2013-02-22 Peter Stephenson <p.w.stephenson@ntlworld.com> * 31061: Completion/Zsh/Command/_typeset: "functions" completion - takes accout of options already on the command line. + takes account of options already on the command line. * 31060: Src/builtin.c: "+" before a flag for "functions" or "autoload" should suppress display of function body. @@ -540,5 +540,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5806 $ +* $Revision: 1.5807 $ ***************************************************** |