diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-09-19 19:45:55 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-09-19 19:45:55 -0700 |
commit | b4c7f0e7d1c99a0356f5e48233ff008916849d1f (patch) | |
tree | 0bcfb7d6250ad11d45402a5750bf6a0c378f2f27 /ChangeLog | |
parent | e1ba30afae4e0a81bec3c4e3616711ed1e265fad (diff) | |
download | zsh-b4c7f0e7d1c99a0356f5e48233ff008916849d1f.tar.gz zsh-b4c7f0e7d1c99a0356f5e48233ff008916849d1f.tar.xz zsh-b4c7f0e7d1c99a0356f5e48233ff008916849d1f.zip |
33206: fix compdescribe doc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 857b7dba5..50d0dfc21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-09-19 Barton E. Schaefer <schaefer@zsh.org> + * 33206: Doc/Zsh/mod_computil.yo: fix compdescribe doc + * 33205: Completion/Base/Utility/_describe: if passed both an array of completions and an array of display strings, keep them in sync when filtering for matches. |