diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-25 11:00:06 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-25 11:00:06 +0000 |
commit | 2f90974c38247cfcbcea034aaa861a3ed700bdc5 (patch) | |
tree | 2c196d70212d38399b13c79dd727e3777473c55f /ChangeLog | |
parent | 6623bb41b98142c24607790dc8311435d1c33257 (diff) | |
download | zsh-2f90974c38247cfcbcea034aaa861a3ed700bdc5.tar.gz zsh-2f90974c38247cfcbcea034aaa861a3ed700bdc5.tar.xz zsh-2f90974c38247cfcbcea034aaa861a3ed700bdc5.zip |
small fix for _requested to be able to use _all_labels from within it (10910)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0e8c11cd6..84be75d70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-04-25 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 10910: Completion/Base/_tilde, Completion/Core/_all_labels, + Completion/Core/_requested: small fix for _requested to be able to + use _all_labels from within it + * 10909: Completion/Core/_expand, Src/Zle/compcore.c, Src/Zle/compresult.c: report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand use them to be able to expand $foo |